wavexis_cookies_clear
Clears all cookies from the active browser session, removing tracking data and resetting session state. Use to start fresh when testing or automating web flows.
Instructions
Clear all cookies from the browser session.
Use wavexis_cookies_delete to remove a specific cookie, or
wavexis_cookies_get to inspect cookies before clearing.
Side effects: uses an existing session backend, destructively removes all cookies from the browser. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |