Read Browser Cookies
browser_get_cookiesRetrieve raw cookie values from browser sessions for authentication debugging and cookie-specific diagnosis, requiring explicit credential access acknowledgment.
Instructions
Use when a full-profile authentication or cookie-specific diagnosis explicitly requires raw cookie values. Preconditions: acknowledgeRawCapture: true and acknowledgeCredentialAccess: true are required on an authorized account. Next: inspect only the relevant cookie fields and avoid copying values into reports or code. Sensitivity: cookies are credentials and must be treated as secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | ||
| acknowledgeRawCapture | No | ||
| acknowledgeCredentialAccess | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |