navigate
Navigate a renderer page to a specified URL. Waits up to 5 seconds for the load event without treating timeout as a failure.
Instructions
Navigate a renderer page to a URL. Waits up to 5s for the load event (non-fatal).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to. | |
| pageId | Yes | Page id from list_pages. | |
| sessionId | Yes | Session id returned by launch_app. |