paypal / nemo-docs

Documentation for the Nemo automation framework
Other
18 stars 30 forks source link

headless chrome info #18

Open grawk opened 7 years ago

grawk commented 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"]
        }
      }]
    }
  },
grawk commented 6 years ago

Last I tried, the "binary" option is no longer necessary since headless chrome is part of the full Chrome releases.

gitsuneethav commented 5 years ago

Is this the way to set any value for chrome://flags before nemo spawns up the browser?