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 1377272 commit f1d8ceeCopy full SHA for f1d8cee
wd_demo.au3
@@ -210,7 +210,7 @@ _WD_Option('Driver', 'chromedriver.exe')
210
_WD_Option('Port', 9515)
211
_WD_Option('DriverParams', '--log-path="' & @ScriptDir & '\chrome.log"')
212
213
-$sDesiredCapabilities = '{"capabilities": {"alwaysMatch": {"chromeOptions": {"w3c": true }}}}'
+$sDesiredCapabilities = '{"capabilities": {"alwaysMatch": {"goog:chromeOptions": {"w3c": true }}}}'
214
EndFunc
215
216
Func SetupEdge()
0 commit comments