tellurium_driver 1.1.19 → 1.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/tellurium_driver.rb +2 -2
  2. metadata +1 -1
@@ -60,9 +60,9 @@ class TelluriumDriver
60
60
  if(self.wait_for_document_ready)
61
61
  wait = Selenium::WebDriver::Wait.new(:timeout=>120)
62
62
  wait.until{ self.driver.execute_script("document.readyState") == "complete" }
63
- rescue Exception => e
64
- puts e.message
65
63
  end
64
+ rescue Exception => e
65
+ puts e.message
66
66
  end
67
67
  end
68
68
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tellurium_driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.19
4
+ version: 1.1.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: