Skip to content

docs(cli): drop unsupported open flags from agent-cli configuration#2037

Merged
yury-s merged 1 commit into
microsoft:mainfrom
yury-s:fix-cli-405
May 12, 2026
Merged

docs(cli): drop unsupported open flags from agent-cli configuration#2037
yury-s merged 1 commit into
microsoft:mainfrom
yury-s:fix-cli-405

Conversation

@yury-s
Copy link
Copy Markdown
Member

@yury-s yury-s commented May 11, 2026

Summary

  • The Configuration page listed --device, --viewport-size, --proxy-server, --proxy-bypass, --user-agent, and --ignore-https-errors as playwright-cli open flags, but the command rejects them.
  • Removed the misleading sections and matching lines in the "All open parameters" block. The PLAYWRIGHT_MCP_* env-var equivalents and the contextOptions config-file workaround still work and remain documented.

Fixes microsoft/playwright-cli#405

The Configuration page documented `--device`, `--viewport-size`,
`--proxy-server`, `--proxy-bypass`, `--user-agent` and
`--ignore-https-errors` as flags of `playwright-cli open`, but the
command does not accept them. Remove the misleading sections and the
matching lines from the "All open parameters" block. The equivalent
`PLAYWRIGHT_MCP_*` environment variables (still listed in the env-var
table) and the `contextOptions` config-file workaround continue to work.

Fixes: microsoft/playwright-cli#405
@yury-s yury-s merged commit 94720b5 into microsoft:main May 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI --ignore-https-errors flag is documented but missing in released v0.1.13

2 participants