Export Storage State
browser_export_storage_stateExport a Playwright storage state file containing cookies, tokens, and IndexedDB data for reproducing authorized workflows. Requires acknowledgment of raw capture and credential access.
Instructions
Use when a full-profile authorized workflow explicitly needs a Playwright storageState file for reproduction or transfer. Preconditions: acknowledgeRawCapture: true and acknowledgeCredentialAccess: true are required and the output path must be protected. Next: use the file only for the intended test and remove it when no longer needed. Sensitivity: the exported file may contain reusable cookies, tokens, origins, and IndexedDB data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxBytes | No | ||
| indexedDB | No | ||
| outputPath | No | ||
| acknowledgeRawCapture | No | ||
| acknowledgeCredentialAccess | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |