tool_close_browser
Close the active Chrome browser window and release resources. Safely terminates the browser session, even if no browser is open.
Instructions
Close the browser instance.
This tool closes the current Chrome browser window and cleans up resources.
It's safe to call this even if no browser is open.
Returns:
Dict[str, Any]: A dictionary containing:
- success (bool): Whether the operation was successful
- message (str): Status message
Example:
{"tool": "close_browser"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||