...

Text file src/github.com/playwright-community/playwright-go/tests/assets/selenium-grid/selenium-config-standalone.json

Documentation: github.com/playwright-community/playwright-go/tests/assets/selenium-grid

     1{
     2  "capabilities":
     3  [
     4    {
     5      "browserName": "chrome",
     6      "maxInstances": 5,
     7      "seleniumProtocol": "WebDriver"
     8    }
     9  ],
    10  "role": "standalone",
    11  "port": 4444,
    12  "debug": false,
    13  "browserTimeout": 0,
    14  "timeout": 1800,
    15  "enablePassThrough": true,
    16  "server": {
    17    "port": 4444
    18  }
    19}

View as plain text