tellurium_driver 1.1.8 → 1.1.9

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 +3 -2
  2. metadata +1 -1
@@ -3,8 +3,9 @@ class TelluriumDriver
3
3
  #takes browser name, browser version, hub ip(optional)
4
4
  def initialize(*args)
5
5
 
6
- browser, version,hub_ip = args
7
- @wait = Selenium::WebDriver::Wait.new(:timeout=>120)
6
+ browser, version,hub_ip,timeout = args
7
+ timeout = 120 unless timeout
8
+ @wait = Selenium::WebDriver::Wait.new(:timeout=>timeout)
8
9
 
9
10
  is_local = version.include?("local") if version
10
11
  is_ie = browser.include?("internet") && version
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.8
4
+ version: 1.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: