Skip to content

Commit 3578c0f

Browse files
kereliuklmtierney
authored andcommitted
Update python chromeOptions key for capabilities (#4622)
1 parent 6c1390b commit 3578c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/chrome/options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ def to_capabilities(self):
166166
if self.debugger_address:
167167
chrome_options["debuggerAddress"] = self.debugger_address
168168

169-
chrome["chromeOptions"] = chrome_options
169+
chrome["goog:chromeOptions"] = chrome_options
170170

171171
return chrome

0 commit comments

Comments
 (0)