Skip to content

Commit cac9bf3

Browse files
committed
rb - update firefox_options for geckodriver 0.11
1 parent 85eb68d commit cac9bf3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rb/CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
3.0.0 (2016-10-11)
1+
3.0.0 (2016-10-13)
22
===================
33

4-
No Ruby changes in this release
4+
Firefox:
5+
* Update :firefox_options support for geckodriver 0.11
56

67
3.0.0.beta4 (2016-09-29)
78
===================

rb/lib/selenium/webdriver/remote/w3c_capabilities.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def as_json(*)
190190
hash['platform'] = value.to_s.upcase
191191
when :proxy
192192
hash['proxy'] = value.as_json if value
193+
when :firefox_options
194+
hash['moz:firefoxOptions'] = value
193195
when String, :firefox_binary
194196
hash[key.to_s] = value
195197
when Symbol

0 commit comments

Comments
 (0)