Get Browser URL
browser_get_urlRetrieve the current browser page URL to verify navigation succeeded, check redirects, or confirm which page the browser is on.
Instructions
Get the current URL of the browser page. Useful to verify navigation succeeded, check the current location after redirects, or confirm which page the browser is on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Force a specific mode. Defaults to extension. | |
| sessionId | No | Puppeteer session ID for headless mode. Skips mode selection. |