Open grawk opened 7 years ago
Was playing with headless chrome. this works:
"driver": { "builders": { "withCapabilities": [{ "browserName": "chrome", "chromeOptions": { "binary": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary", "args": ["headless","window-size=1200,800", "ignore-certificate-errors", "disable-gpu"] } }] } },
Last I tried, the "binary" option is no longer necessary since headless chrome is part of the full Chrome releases.
Is this the way to set any value for chrome://flags before nemo spawns up the browser?
Was playing with headless chrome. this works: