wavexis_cookie_list
List browser cookies using optional name, domain, and path filters. Returns cookie details and count for the active session.
Instructions
List browser cookies with optional name, domain, and path filters.
Use wavexis_cookie_get instead when you need a single named cookie.
Side effects: None; reads cookie state from the browser session. 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 |