tool_open_browser
Opens a Chrome browser window, reusing any existing instance for efficient automation.
Instructions
Open a new Chrome browser instance.
This tool initializes a new Chrome browser window. If a browser instance
already exists, it will reuse that instance.
Returns:
Dict[str, Any]: A dictionary containing:
- success (bool): Whether the operation was successful
- message (str): Status message
Example:
{"tool": "open_browser"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||