selenium-connect 1.5.0 → 1.5.1

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.
@@ -18,11 +18,14 @@ module SeleniumConnect
18
18
  end
19
19
  end
20
20
 
21
+ def set_path
22
+ end
23
+
21
24
  def init_browser
22
25
  profile = get_profile
23
26
  profile.assume_untrusted_certificate_issuer = false unless profile.nil?
24
27
  browser = Selenium::WebDriver::Remote::Capabilities.firefox
25
- browser[:firefox_binary] if config.browser_path
28
+ browser[:firefox_binary] = config.browser_path if config.browser_path
26
29
  browser[:firefox_profile] = profile
27
30
  @capabilities = browser
28
31
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'selenium-connect'
3
- s.version = '1.5.0'
3
+ s.version = '1.5.1'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ['Dave Haeffner']
6
6
  s.email = ['dave@arrgyle.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: