browser_cookie_set
Set a cookie in the browser by providing name and value. Optionally specify url, domain, and path for precise cookie placement.
Instructions
Set a cookie. Provide either url, or domain+path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| url | No | ||
| domain | No | ||
| path | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |