Skip to content

Instantly share code, notes, and snippets.

@InstyleVII
Created August 13, 2018 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InstyleVII/313c383ef9644d81d4567cb822c93f3f to your computer and use it in GitHub Desktop.
Save InstyleVII/313c383ef9644d81d4567cb822c93f3f to your computer and use it in GitHub Desktop.
chromedriver
{
"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