create_session
Create a browser session by connecting to an NSTBrowser profile over CDP, using an existing profile ID or generating a temporary profile with optional settings.
Instructions
Create a browser session by connecting to an NSTBrowser profile via CDP. Provide profileId to connect to an existing profile, or call with no arguments to create a temporary one (all parameters are optional with sensible defaults).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for a temporary profile (used when no profileId is provided) | |
| proxy | No | Proxy string | |
| kernel | No | Browser kernel | |
| headless | No | Run headless | |
| platform | No | Target platform | |
| profileId | No | Existing NSTBrowser profile ID to connect to | |
| kernelMilestone | No | Kernel version milestone, e.g. '128' |