goto
Navigate to a URL in the current tab and wait for the DOM to be ready, returning the page title, URL, and count of interactive elements for further browsing actions.
Instructions
Open a URL in the current tab, replacing its content, and wait until the DOM is ready. Returns {url, title, elements}, where elements is the number of interactive elements found; call page_state for the candidate list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |