Browser profiles let you save and restore browser state (cookies, localStorage, login sessions) across multiple sessions.Documentation Index
Fetch the complete documentation index at: https://docs.driver.dev/llms.txt
Use this file to discover all available pages before exploring further.
How Profiles Work
- Create a session with a named profile
- Browser state is saved when the session stops
- Create a new session with the same profile name
- Browser loads with previous state intact
Creating a Session with a Profile
List All Profiles
Retrieve all saved browser profiles:Response
Delete a Profile
Remove a browser profile by name:Response
Profile Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Unique identifier for the profile |
persist | boolean | Set to true to save state when session stops |
Notes
- Profile names must be unique per account
- Deleting a profile permanently removes all saved state
- Sessions with
persist: falsedon’t save state changes