chrome_open_session
Initiate a Chrome browser automation session using remote debugging. Specify a start URL, debug port, and headless mode to obtain session ID and connection details.
Instructions
Open a Chrome automation session for browser control.
Args: start_url: Initial page URL to open debug_port: Chrome remote debugging port for CDP sessions headless: Launch Chrome headless if debugger needs to be started
Returns: Session identifier and connection details or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | ||
| start_url | No | about:blank | |
| debug_port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |