navigate
Load a webpage in the connected browser tab or hard-reload the current page. Optionally bypass browser cache for fresh CSS/JS delivery.
Instructions
Navigate the connected tab to a URL — or, with no url, hard-reload the current page. Pass bypassCache: true when a stale cached stylesheet/script keeps being served (disables the browser cache for the rest of the session). All element uids from earlier snapshots become stale — take a fresh page_snapshot afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Absolute URL to load; omit to reload the current page | |
| bypassCache | No | Disable the browser cache for the rest of the session (fresh CSS/JS on every load) |