delete_cookies
Remove specific cookies by name or domain to manage browser data during reverse engineering and bypass detection mechanisms.
Instructions
Delete cookies by name and/or domain.
Args: name: Specific cookie name to delete. domain: Delete all cookies for this domain.
Returns: dict with status and count of cookies deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| domain | No |