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
.option('--port <port>','port to listen on for SSE transport.')
63
63
.option('--proxy-bypass <bypass>','comma-separated domains to bypass proxy, for example ".com,chromium.org,.domain.com"')
64
64
.option('--proxy-server <proxy>','specify proxy server, for example "http://myproxy:3128" or "socks5://myproxy:8080"')
65
+
.option('--sandbox','enable the sandbox for all process types that are normally not sandboxed.')
65
66
.option('--save-session','Whether to save the Playwright MCP session into the output directory.')
66
67
.option('--save-trace','Whether to save the Playwright Trace of the session into the output directory.')
67
68
.option('--save-video <size>','Whether to save the video of the session into the output directory. For example "--save-video=800x600"',resolutionParser.bind(null,'--save-video'))
0 commit comments