wavexis_session_close
End a browser session and release associated resources. Call this when the session is no longer needed to free memory and terminate the browser process.
Instructions
Close a browser session and release all associated resources.
Call when the session is no longer needed to free memory and browser processes; use wavexis_close_tab to close individual tabs instead.
Side effects: Terminates the browser process (or disconnects from a remote one) and frees session state. Destructive — all unsaved page state is lost. Returns: JSON string with keys: 'status' ('ok'/'error'), 'session_id' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |