manage_cookies
Retrieve, create, update, or delete browser cookies by specifying the action and cookie details, enabling session and authentication management during automated browser tasks.
Instructions
Manage browser cookies: get_all, get, set, delete, or delete_all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Cookie name (for "get", "set", or "delete") | |
| path | No | Cookie path (for "set") | |
| value | No | Cookie value (for "set") | |
| action | Yes | Cookie action to perform | |
| domain | No | Cookie domain (for "set") | |
| secure | No | Cookie secure flag (for "set") | |
| httpOnly | No | Cookie httpOnly flag (for "set") |