Read Browser Cookies
gv_get_cookiesRetrieve cookies from the active browser session. Optionally filter by domain to inspect specific site cookies for debugging.
Instructions
Read cookies from the active browser context.
Cookie values longer than 20 chars are masked for security. Use this for debugging sessions or understanding what the site has set.
Args: domain: If set, only cookies matching this domain are returned. If omitted, all cookies are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |