open_url
Open a URL in a headless browser to get the page title, HTTP status, and a short content preview.
Instructions
Open a URL in a headless browser and return the page title, HTTP status, and a short content preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open | |
| waitForSelector | No | CSS selector to wait for before returning | |
| timeout | No | Page load timeout in ms (default 30000) |