Created
August 13, 2018 21:07
-
-
Save InstyleVII/313c383ef9644d81d4567cb822c93f3f to your computer and use it in GitHub Desktop.
chromedriver
This file contains 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": { | |
"firstMatch": [ { | |
"browserName": "chrome", | |
"goog:chromeOptions": { | |
"w3c": true | |
} | |
} ] | |
}, | |
"desiredCapabilities": { | |
"browserName": "chrome", | |
"goog:chromeOptions": { | |
"w3c": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment