Navigate
browser.navigateNavigate the browser session to a specified URL, with an optional timeout, to load web pages for interaction and data extraction.
Instructions
Navigate the browser session to a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| sessionId | Yes | ||
| currentUrl | Yes |