open_page
Opens a URL in the browser and starts capturing console and network errors. Returns page title, HTTP status, and active engine; set the engine option to compare rendering.
Instructions
Open a URL in the browser and start capturing console + network errors. Call this first. Returns page title, HTTP status, and the active engine. Set engine to re-open the same URL in a different browser engine and compare rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open. Supports http(s):// and file:// and localhost. | |
| width | No | Viewport width in px. | |
| engine | No | Browser engine. chromium = Chrome/Edge, webkit = Safari, firefox = Firefox. Switching engines restarts the browser. | chromium |
| height | No | Viewport height in px. | |
| wait_until | No | When to consider navigation done. | networkidle |