Skip to content

Instantly share code, notes, and snippets.

@uLucasFraga
Created July 24, 2018 13:26
Show Gist options
  • Save uLucasFraga/c5f4a849e188320272b858a996bfeb0c to your computer and use it in GitHub Desktop.
Save uLucasFraga/c5f4a849e188320272b858a996bfeb0c to your computer and use it in GitHub Desktop.
capabilities_chrome
capabilities: {
'browserName': 'chrome',
chromeOptions: {
args: [
'--disable-gpu'
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment