neuron_set_cookie
Set a cookie on a specific URL and domain, with configurable attributes for path, expiration, security, and same-site behavior to manage browser state during automated testing.
Instructions
Set a cookie on a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL context for the cookie | |
| name | Yes | ||
| path | No | Default: / | |
| value | Yes | ||
| domain | No | ||
| secure | No | ||
| httpOnly | No | ||
| sameSite | No | ||
| expirationDate | No | Unix timestamp |