browser_get_cookies
Extract all cookies from the current webpage, including name, value, domain, path, security flags, and expiration. Useful for inspecting authentication state or session tokens.
Instructions
Return all cookies for the current page as a list of dicts.
Each entry: name, value, domain, path, secure, httpOnly, expiry. Useful for inspecting authentication state or session tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |