Skip to content

Instantly share code, notes, and snippets.

@leipreachan
Created March 20, 2018 12:15
Show Gist options
  • Save leipreachan/7f1d64ea7a48563620602a2594a2bba3 to your computer and use it in GitHub Desktop.
Save leipreachan/7f1d64ea7a48563620602a2594a2bba3 to your computer and use it in GitHub Desktop.
{
"capabilities": {
"alwaysMatch": {
"browserVersion": "59.0",
"enableVNC": true,
"acceptInsecureCerts": true,
"moz:firefoxOptions": {
"log": {
"level": "debug"
}
},
"browserName": "firefox"
}
},
"selenoid:options": {
"desiredCapabilities": {
"browserVersion": "59.0",
"enableVNC": true,
"acceptInsecureCerts": true,
"moz:firefoxOptions": {
"log": {
"level": "debug"
}
},
"browserName": "firefox"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment