Create session
browser_create_sessionCreates an isolated browser session with its own cookies, storage, and tabs. Sessions never share state, enabling concurrent multi-agent automation.
Instructions
Create an isolated browser session. Each session has its own cookies, storage, and tabs; sessions never share state, so many agents can drive separate sessions at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewport | No | Viewport size | |
| sessionId | Yes | Id of the isolated browser session | |
| storageStatePath | No | Storage-state JSON (within the output dir) to seed cookies/localStorage from |