wavexis_close_page
Close a browser tab by ID or the current page to free resources, while keeping the session active for other tabs.
Instructions
Close a browser page/tab by target id, or the current page if omitted.
This tool mirrors Playwright's API for compatibility; use it to free resources. The session itself remains active for other tabs.
Side effects: Closes the specified browser target; destructive and irreversible. Returns: JSON string with keys: 'status' ('ok'/'error'), 'closed' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |