start-browser
Creates an isolated browser context with a unique ID, configurable type, viewport, and headless mode. Navigates to a target URL for front-end testing and automation.
Instructions
Creates a new browser context with an auto-generated unique ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for organizing browsers | |
| type | No | Browser type (default: chromium) | |
| purpose | No | Description of what this browser is for | |
| headless | No | Run browser in headless mode (default: false) | |
| viewport | No | Browser viewport size (default: 1280x800) | |
| targetUrl | No | URL to navigate to after starting | |
| displayName | No | Human-readable name for the browser |