Created
July 24, 2018 13:26
-
-
Save uLucasFraga/c5f4a849e188320272b858a996bfeb0c to your computer and use it in GitHub Desktop.
capabilities_chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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