playwright/tests/assets/selenium-grid/selenium-config-standalone.json

20 lines
301 B
JSON
Raw Normal View History

{
"capabilities":
[
{
"browserName": "chrome",
"maxInstances": 5,
"seleniumProtocol": "WebDriver"
}
],
"role": "standalone",
"port": 4444,
"debug": false,
"browserTimeout": 0,
"timeout": 1800,
"enablePassThrough": true,
"server": {
"port": 4444
}
}