Create Browser Session
browser.create_sessionCreate a new browser session, optionally loading a start URL or saved authentication context to reuse login state.
Instructions
Create a new browser session. Optionally provide startUrl or authContextId to load saved login state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | ||
| startUrl | No | ||
| browserType | No | chromium | |
| authContextId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| sessionId | Yes | ||
| currentUrl | No |