Tool Load Session
Category: Session · Tier: All
Load a previously saved session
When to Use
Session tools save and restore browser state for multi-step workflows. This includes cookies, localStorage, URL, and scroll position.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name of the session to load |
Example
Load my saved session from yesterday
Tips
- Sessions persist cookies, localStorage, and scroll position
- Use
_browserTokento maintain browser continuity across tool calls
Related
- Tools Overview — All 120 tools by category