You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,7 +393,7 @@ Playwright MCP server supports following arguments. They can be provided in the
393
393
| --browser <browser> | browser or chrome channel to use, possible values: chrome, firefox, webkit, msedge.<br>*env*`PLAYWRIGHT_MCP_BROWSER`|
394
394
| --caps <caps> | comma-separated list of additional capabilities to enable, possible values: vision, pdf, devtools.<br>*env*`PLAYWRIGHT_MCP_CAPS`|
395
395
| --cdp-endpoint <endpoint> | CDP endpoint to connect to.<br>*env*`PLAYWRIGHT_MCP_CDP_ENDPOINT`|
396
-
| --cdp-header <headers...> | CDP headers to send with the connect request, multiple can be specified.<br>*env*`PLAYWRIGHT_MCP_CDP_HEADER`|
396
+
| --cdp-header <headers...> | CDP headers to send with the connect request, multiple can be specified.<br>*env*`PLAYWRIGHT_MCP_CDP_HEADERS`|
397
397
| --cdp-timeout <timeout> | timeout in milliseconds for connecting to CDP endpoint, defaults to 30000ms<br>*env*`PLAYWRIGHT_MCP_CDP_TIMEOUT`|
398
398
| --codegen <lang> | specify the language to use for code generation, possible values: "typescript", "none". Default is "typescript".<br>*env*`PLAYWRIGHT_MCP_CODEGEN`|
399
399
| --config <path> | path to the configuration file.<br>*env*`PLAYWRIGHT_MCP_CONFIG`|
0 commit comments