We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eb68d commit cac9bf3Copy full SHA for cac9bf3
rb/CHANGES
@@ -1,7 +1,8 @@
1
-3.0.0 (2016-10-11)
+3.0.0 (2016-10-13)
2
===================
3
4
-No Ruby changes in this release
+Firefox:
5
+ * Update :firefox_options support for geckodriver 0.11
6
7
3.0.0.beta4 (2016-09-29)
8
rb/lib/selenium/webdriver/remote/w3c_capabilities.rb
@@ -190,6 +190,8 @@ def as_json(*)
190
hash['platform'] = value.to_s.upcase
191
when :proxy
192
hash['proxy'] = value.as_json if value
193
+ when :firefox_options
194
+ hash['moz:firefoxOptions'] = value
195
when String, :firefox_binary
196
hash[key.to_s] = value
197
when Symbol
0 commit comments