Issue #3073342 by Lendude, zrpnr, tedbow: JavaScript tests don't work with Chromedriver 75 and higher
parent
6d2e353be1
commit
ad3be82d58
|
@ -29,7 +29,7 @@
|
|||
<env name="MINK_DRIVER_ARGS" value=''/>
|
||||
<!-- Example for changing the driver args to phantomjs tests MINK_DRIVER_ARGS_PHANTOMJS value: '["http://127.0.0.1:8510"]' -->
|
||||
<env name="MINK_DRIVER_ARGS_PHANTOMJS" value=''/>
|
||||
<!-- Example for changing the driver args to webdriver tests MINK_DRIVER_ARGS_WEBDRIVER value: '["firefox", null, "http://localhost:4444/wd/hub"]' For using the Chrome browser, replace "firefox" with "chrome" -->
|
||||
<!-- Example for changing the driver args to webdriver tests MINK_DRIVER_ARGS_WEBDRIVER value: '["chrome", { "chromeOptions": { "w3c": false } }, "http://localhost:4444/wd/hub"]' For using the Firefox browser, replace "chrome" with "firefox" -->
|
||||
<env name="MINK_DRIVER_ARGS_WEBDRIVER" value=''/>
|
||||
</php>
|
||||
<testsuites>
|
||||
|
|
Loading…
Reference in New Issue