open_url
Navigate a browser to a given URL by providing the session ID and full address. Enables automated page loading for web automation tasks.
Instructions
Navigate the browser to a specific URL.
Parameters
session_id : str Active browser session identifier. url : str Full URL to open (must include scheme, e.g. https://).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| session_id | Yes |