cookies_get
Export all current browser cookies to a structured list with name, value, domain, path, secure, and httpOnly flags for use in later sessions.
Instructions
Return all cookies currently in the jar as [{name, value, domain, path, secure, http_only}]. Use this to export cookies to disk for a later session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||