Files
AI/참고/playwright-main/tests/assets/selenium-grid/selenium-config-standalone.json
2026-05-12 19:40:31 +09:00

20 lines
301 B
JSON

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