wavexis_cookie_get
Retrieve a single browser cookie by name, with optional domain and path filtering. Reads cookie state from the session without side effects.
Instructions
Retrieve a single cookie by name (and optional domain/path) from the browser.
Use wavexis_cookie_list instead when you need multiple cookies or
broad filtering.
Side effects: None; reads cookie state from the browser session. Returns: JSON string with keys: 'status' ('ok'/'error'), 'cookie' (dict|null).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |