Skip to content

Instantly share code, notes, and snippets.

@pete-otaqui
Created February 15, 2012 21:59
Show Gist options
  • Save pete-otaqui/1839284 to your computer and use it in GitHub Desktop.
Save pete-otaqui/1839284 to your computer and use it in GitHub Desktop.
selenium_node_ie7.json
{
"capabilities":[
{
"browserName": "internet explorer",
"maxInstances": 10,
"version": "7",
"seleniumProtocol": "WebDriver",
"platform": "WINDOWS"
}
],
"configuration": {
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
"maxSession": 10,
"port": 4444,
"register": true,
"registerCycle": 5000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment