selenium-webdriver 2.53.2 → 2.53.3
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.
data/CHANGES
CHANGED
|
Binary file
|
|
@@ -77,10 +77,6 @@ module Selenium
|
|
|
77
77
|
|
|
78
78
|
desired_capabilities[:marionette] = opts.delete(:marionette) unless opts[:marionette].nil?
|
|
79
79
|
|
|
80
|
-
if desired_capabilities[:marionette] && Firefox::Binary.version < 45
|
|
81
|
-
raise Error::WebDriverError, "Marionette is not supported in Firefox Version #{Firefox::Binary.version}"
|
|
82
|
-
end
|
|
83
|
-
|
|
84
80
|
unless opts.empty?
|
|
85
81
|
raise ArgumentError, "unknown option#{'s' if opts.size != 1}: #{opts.inspect}"
|
|
86
82
|
end
|
data/selenium-webdriver.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: selenium-webdriver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.53.
|
|
5
|
+
version: 2.53.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Jari Bakken
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2016-06-
|
|
13
|
+
date: 2016-06-14 00:00:00 -07:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|