Skip to content

Instantly share code, notes, and snippets.

@thefotios
Created September 28, 2011 14:25
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 thefotios/1248070 to your computer and use it in GitHub Desktop.
Save thefotios/1248070 to your computer and use it in GitHub Desktop.
Selenium WebDriver node config
{
"capabilities":
[
{
"browserName": "firefox",
"version": "6.0.2",
"maxInstances":5
}
],
"configuration":
{
"cleanUpCycle":2000,
"timeout":30000,
"proxy":"org.openqa.grid.selenium.proxy.WebDriverRemoteProxy",
"maxSession":5
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment