Skip to content

Commit

Permalink
Update python chromeOptions key for capabilities (#4622)
Browse files Browse the repository at this point in the history
  • Loading branch information
kereliuk authored and lmtierney committed Oct 3, 2017
1 parent 6c1390b commit 3578c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/chrome/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ def to_capabilities(self):
if self.debugger_address:
chrome_options["debuggerAddress"] = self.debugger_address

chrome["chromeOptions"] = chrome_options
chrome["goog:chromeOptions"] = chrome_options

return chrome

0 comments on commit 3578c0f

Please sign in to comment.