get_storage_state
BrowserCaptures browser storage state including cookies and localStorage.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
path | string | Yes | — | Output file path for storage state JSON |
Usage Example
RTILA X PROJECT JSON
{
"command": "get_storage_state",
"params": {
"path": "auth-state.json"
}
}
Related Scenarios
- View /scenarios/authentication/7 · authentication
Related Learning Articles
Was this helpful?
Thank you for your feedback!