Launch Browser
browser_launchLaunch a RawTrace-controlled Chromium session or open a known CDP endpoint and storage state to reproduce browser issues. Use after authorization and before inspecting or recording actions.
Instructions
Use when a RawTrace-controlled Chromium session is not running yet, or a known CDP endpoint or storage state must be opened before reproducing a browser issue. Preconditions: provide only profiles and systems you are authorized to inspect; storageState use also requires the raw-capture and credential acknowledgements. Next: navigate or inspect the selected page, then use browser_observe_action_result for one action or monitor_start for a multi-step reproduction. Sensitivity: launch options can expose an existing browser profile, CDP session, or credential-bearing storage state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cdpUrl | No | ||
| headless | No | ||
| userDataDir | No | ||
| storageStatePath | No | ||
| acknowledgeRawCapture | No | ||
| acknowledgeCredentialAccess | No | ||
| acknowledgeStorageStateOverwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |