veil_get_cookies
Get browser cookies as JSON, with optional filtering by origin for targeted access.
Instructions
Return the browser's current cookies as JSON (name, value, domain, path, expires, httpOnly, secure, sameSite, ...). Symmetric with cookie injection. Optionally pass urls to scope the read to specific origins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | origins to scope the read to (default: the page's current frames) |