Created
July 17, 2018 19:56
-
-
Save uLucasFraga/197ed7acf182f1e8c515036a1ae515b2 to your computer and use it in GitHub Desktop.
Arquivo de configuração
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