Skip to content

Instantly share code, notes, and snippets.

@mohnoor94
Created October 24, 2017 08:02
Show Gist options
  • Select an option

  • Save mohnoor94/4042265d2257088381899a00fb7d2dc6 to your computer and use it in GitHub Desktop.

Select an option

Save mohnoor94/4042265d2257088381899a00fb7d2dc6 to your computer and use it in GitHub Desktop.
Simple Configurations for a Selenium Node
{
"capabilities":
[
{
"browserName": "firefox",
"maxInstances": 10
}
],
"port":5555,
"hubPort":4444,
"hubHost":"localhost",
"registerCycle":10000,
"register":true,
"timeout":0,
"maxSession":2,
"debug":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment