chore: make library test run under older Node versions (#479)

This commit is contained in:
Simon Knott
2025-05-27 22:19:25 +02:00
committed by GitHub
parent 9e5ffd2ccf
commit 45f493da6c
2 changed files with 7 additions and 3 deletions

View File

@@ -137,7 +137,10 @@ Playwright MCP server supports following arguments. They can be provided in the
--ignore-https-errors ignore https errors
--isolated keep the browser profile in memory, do not save
it to disk.
--no-image-responses do not send image responses to the client.
--image-responses <mode> whether to send image responses to the client.
Can be "allow", "omit", or "auto". Defaults to
"auto", which sends images if the client can
display them.
--no-sandbox disable the sandbox for all process types that
are normally sandboxed.
--output-dir <path> path to the directory for output files.