puppeteer_navigate
Navigate to any URL and retrieve the page content and title. Reuse an existing browser session or create a temporary one.
Instructions
Navigate to a URL and get the page content/title. If sessionId provided, uses existing session. Otherwise creates a temporary session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to | |
| sessionId | No | Optional session ID to use. If not provided, creates a temporary session. | |
| waitUntil | No | When to consider navigation finished: load, domcontentloaded, networkidle0, or networkidle2 | networkidle2 |