Close Browser
close_browserEnd the active browser session and free its resources, including tabs, cookies, and page state. Use when automation is complete; start a new session to continue.
Instructions
Close the active browser session and release browser resources.
Call this when the browser automation workflow is finished. Closing the session ends the persistent browser state, including its open tabs, cookies, navigation history, and page state. If browser automation is needed afterward, start a new session with start_browser.
This operation is safe to call when no browser session is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |