open_url
Navigate to a specified URL in the active browser tab without focusing the window, while controlling beforeunload behavior to dismiss, accept, or inspect.
Instructions
Navigate the current real-browser tab through CDP without raising its window. beforeunload defaults to dismiss, except lab mode auto-accepts configured shell/IDE hosts. Use accept to leave explicitly, manual to inspect, or intent_leave=false to force the conservative dismiss behavior even on a lab auto host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| timeout | No | ||
| session_id | No | ||
| beforeunload | No | dismiss | |
| intent_leave | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||