chrome options with w3c true #2862
Unanswered
jmervis99
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to get my chrome options to work using w3c in nightwatch
This is my config
"desiredCapabilities": {
"browserName": "chrome",
"javascriptEnabled": true,
"acceptSslCerts": true,
"goog:chromeOptions": {
"args": ['no-sandbox', "incognito", 'disable-setuid-sandbox',"--disable-features=VizDisplayCompositor","--user-agent=test"
This all works fine if w3c is false but ignores these options when it is true.
Any thoughts? THANKS!
Beta Was this translation helpful? Give feedback.
All reactions