web getStorageState
Tool web_getStorageState¶
Description¶
Returns the current browser context’s storage state (cookies + per-origin localStorage) as a JSON string in Playwright’s standard format. Callers typically persist this to disk so a later session can be replayed via web_applyCookies instead of running a full login flow.
Command Class¶
xyz.block.trailblaze.playwright.tools.PlaywrightNativeGetStorageStateTool
Registered PlaywrightNativeGetStorageStateTool in ToolRegistry¶
NOTE: THIS IS GENERATED DOCUMENTATION