-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browser_navigate fails in headless mode with "Browser window not found" error #48
Comments
@pavelfeldman My Chrome version is 134.0.6998.166. ![]() |
I've seen this in the past, I think it's related to multiple tabs being opened. |
@Skn0tt Hi, Command
And received this error:
Could this error be related to the issue? The debug pipe seems to be a problem. |
Problem Summary
When running Playwright MCP in headless mode, the server initializes successfully, but the
browser_navigate
command fails with a "Browser window not found" error, preventing browser automation.Steps to Reproduce
browser_navigate
, the operation fails with an errorError Message
Expected Behavior
browser_navigate
command should work successfully in headless mode, allowing navigation to URLsActual Behavior
browser_navigate
command fails with a "Browser window not found" error, making it impossible to navigate to URLsEnvironment Information
Log
The text was updated successfully, but these errors were encountered: