browse_cookies
Navigate to a given URL and retrieve all cookies set by the page, including name, value, domain, path, and expiry. Useful for inspecting cookie data during web scraping or automation.
Instructions
Navigate to a URL and retrieve all cookies set by the page. Returns cookie name, value, domain, path, and expiry for each cookie.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to visit | |
| stealth | No | Accepted for compatibility. Stealth behavior is controlled by the Obscura server. |