cookies_get
Retrieve all cookies from the current session, returning them as structured data for export and reuse 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 | |||