wavexis_cookies_set
Set a cookie in the browser by specifying name, value, and domain, along with optional attributes such as path, secure, HttpOnly, and SameSite.
Instructions
Set a single cookie in the browser for the current page.
Use wavexis_cookies_get to read cookies, or
wavexis_cookies_delete to remove a specific cookie.
Side effects: launches/acquires a browser backend, navigates to url
if provided, mutates browser cookie state.
Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |