Skip to content

Instantly share code, notes, and snippets.

@leomenezessz
Created August 29, 2018 21:34
Show Gist options
  • Save leomenezessz/c12034e87e205ba51221718ef1875b2d to your computer and use it in GitHub Desktop.
Save leomenezessz/c12034e87e205ba51221718ef1875b2d to your computer and use it in GitHub Desktop.
{
"capabilities": [
{
"browserName": "safari",
"technologyPreview": false,
"version": "11.0",
"platform": "MAC",
"platformName": "ios",
"maxInstances": 1,
"seleniumProtocol": "WebDriver"
}
],
"configuration": {
"cleanUpCycle": 2000,
"timeout": 10800,
"url": "http://127.0.0.1:4455/wd/hub",
"host": "127.0.0.1",
"port": 4455,
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
"maxSession": 1,
"register": true,
"registerCycle": 5000,
"hubPort": 4444,
"hubHost": "127.0.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment