Skip to content

Commit f1d8cee

Browse files
committed
Update: prefix chromeOptions with "goog:"
1 parent 1377272 commit f1d8cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wd_demo.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ _WD_Option('Driver', 'chromedriver.exe')
210210
_WD_Option('Port', 9515)
211211
_WD_Option('DriverParams', '--log-path="' & @ScriptDir & '\chrome.log"')
212212

213-
$sDesiredCapabilities = '{"capabilities": {"alwaysMatch": {"chromeOptions": {"w3c": true }}}}'
213+
$sDesiredCapabilities = '{"capabilities": {"alwaysMatch": {"goog:chromeOptions": {"w3c": true }}}}'
214214
EndFunc
215215

216216
Func SetupEdge()

0 commit comments

Comments
 (0)