Browse with Playwright MCP
browser_navigateopens a URL; the response includes an accessibility snapshot of the page with areffor each element.browser_click,browser_type, and friends act on elements by theirref.browser_snapshotre-reads the current page when you need a fresh snapshot without navigating.
Tips:
- The snapshot is the page content; read it instead of asking for screenshots.
- A security or blocked page in the snapshot means the site refused the automated browser.