browser_get_cookies
Retrieve cookies for any domain currently open in the browser session. Navigate to the target site first, then pass its domain to access matching cookies for that tab, parent, or subdomain.
Instructions
Get cookies for a site this session has open in one of its tabs (the site itself, a parent domain or a subdomain). Navigate to the site first - cookies for sites the session is not working on are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to get cookies for (e.g. ".stripe.com"). Must match a tab this session has open. |