-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
microsoft/playwright
#37997Labels
Description
When I run the Playwright MCP with --save-video option, I encountered the following error "Browser specified in your config is not installed". However, if I run without it, it works just fine. Is there additional plugins need to be installed for video capture to work?
Run command causing error: "npx -y @playwright/mcp@latest --host 0.0.0.0 --port 8080 --save-video=800x600 --caps=tracing"
Error: Browser specified in your config is not installed. Either install it (likely) or change the config.
Run command that work: "npx -y @playwright/mcp@latest --host 0.0.0.0 --port 8080"
I also don't see the document option to specifying the location to save the video and video format.