Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.     "capabilities": [{
  3.         "browserName": "internet explorer",
  4.         "version": "11",
  5.         "platform": "WINDOWS",
  6.         "maxInstances": 1
  7.     }],
  8.     "configuration": {
  9.         "nodeTimeout": 120,
  10.         "port": 5555,
  11.         "hubPort": 4444,
  12.         "hubHost": "192.168.56.1",
  13.         "nodePolling": 2000,
  14.         "registerCycle": 10000,
  15.         "register": true,
  16.         "cleanUpCycle": 2000,
  17.         "timeout": 30000,
  18.         "maxSession": 1
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement