Skip to main content

get_storage_state

Browser

Captures 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

Related Learning Articles

Was this helpful?