wavexis_cookies_get
Retrieve all cookies from the current browser session for inspection. Optionally navigate to a URL before retrieval.
Instructions
Retrieve all cookies for the current page context.
Use wavexis_cookies_set to add a cookie, or
wavexis_cookies_clear to remove all cookies at once.
Side effects: launches/acquires a browser backend, navigates to url
if provided; read-only with respect to browser state.
Returns: JSON string with keys: 'status' ('ok'/'error'), 'cookies'
(list[dict]), 'count' (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |