Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.14 KB | None | 0 0
  1. {
  2.   "capabilities":
  3.   [
  4.     {
  5.       "browserName": "firefox",
  6.       "marionette": true,
  7.       "maxInstances": 5,
  8.       "seleniumProtocol": "WebDriver"
  9.     },
  10.     {
  11.       "browserName": "chrome",
  12.       "maxInstances": 5,
  13.       "seleniumProtocol": "WebDriver"
  14.     },
  15.     {
  16.       "browserName": "internet explorer",
  17.       "platform": "WINDOWS",
  18.       "maxInstances": 1,
  19.       "seleniumProtocol": "WebDriver"
  20.     },
  21.     {
  22.       "browserName": "MicrosoftEdge",
  23.       "platform": "WINDOWS",
  24.       "maxInstances": 3,
  25.       "seleniumProtocol": "WebDriver"
  26.     },
  27.     {
  28.       "browserName": "safari",
  29.       "technologyPreview": false,
  30.       "platform": "MAC",
  31.       "maxInstances": 1,
  32.       "seleniumProtocol": "WebDriver"
  33.     }
  34.   ],
  35.   "proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
  36.   "maxSession": 5,
  37.   "port": -1,
  38.   "register": true,
  39.   "registerCycle": 5000,
  40.   "hub": "http://localhost:4444",
  41.   "nodeStatusCheckTimeout": 5000,
  42.   "nodePolling": 5000,
  43.   "role": "node",
  44.   "unregisterIfStillDownAfter": 60000,
  45.   "downPollingLimit": 2,
  46.   "debug": false,
  47.   "servlets" : [],
  48.   "withoutServlets": [],
  49.   "custom": {}
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement