Create a new sandbox session using the MarinaBox SDK
BrowserSession
object with the following attributes:
Parameter | Type | Required | Description |
---|---|---|---|
env_type | str | No | Environment type (‘browser’ or ‘desktop’). Default: ‘browser’ |
tag | str | No | Custom tag for the session |
kiosk | bool | No | Launch Chrome in kiosk mode (browser only). Default: False |
initial_url | str | No | Initial URL to open when browser starts (browser only) |