-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Testing on Windows x64
playwright-cli version 0.0.62
Command is playwright-cli open https://google.com --headed
Benign output:
<!-- Daemon for `default` session started with pid 13424.
- You can stop the session daemon with `playwright-cli session-stop` when done.
- You can delete the session data with `playwright-cli session-delete` when done.
-->
### Ran Playwright code
`\``js
await page.goto('https://google.com');
`\``
### Page
- Page URL: https://www.google.com/
- Page Title: Google
### Snapshot
- [Snapshot](.playwright-cli\page-2026-02-01T03-48-44-412Z.yml)
Same issue for any website. I also noticed --extension isn't creating tabs on my Chrome browser with the Playwright MCP bridge installed. --isolated doesn't make a difference. Hopefully this is enough info to debug, let me know if I can provide anything else.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels