cookies_get
Retrieve all current browser cookies as structured data (name, value, domain, path, secure, http_only) to export them for later session reuse.
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 | |||