navigate
Load a URL, wait for network idle, then return final URL, page title, HTTP status, and screenshot for visual verification.
Instructions
Navigate to a URL and return page info. Waits for network idle before returning. Returns the final URL, page title, HTTP status code, and a screenshot so you can visually verify the page loaded correctly.
Use this when you need to open a page before performing interactions, or to verify a page loads successfully.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to (e.g., http://localhost:3000) |