wavexis_close_tab
Close a browser tab by its ID, discarding its page state and unsaved data. Use to clean up tabs created during automation without ending the full session.
Instructions
Close a browser tab by its ID.
Use to clean up tabs created with wavexis_new_tab; use wavexis_session_close to terminate the entire session instead.
Side effects: Closes the specified tab and discards its page state. Destructive — unsaved data in that tab is lost. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |