Get browser page URL
browser_get_urlRetrieve the current URL of a specific page in a designated browser session. Use the sessionId and pageId returned from earlier actions to target the exact page.
Instructions
Read the current URL of one explicitly addressed page. Use the IDs returned for the intended session; there is no global current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| pageId | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |