Guides¶
Real-world patterns for BrowserControl. Each guide is a worked example showing the sequence of tool calls that solves a common task.
By goal¶
-
Open a site, search, and summarize the answer.
-
Pull console logs, network requests, and JS errors in 30 seconds.
-
Capture a Playwright trace you can rewind and share.
-
Type into a contact form end-to-end.
-
Open, switch, and read from multiple tabs in one session.
-
Resize the viewport to phone and tablet presets.
-
Get through
<input type="file">reliably.
See also¶
- Tools reference — every MCP tool documented
- Concepts — how Set of Marks and the action loop work