browser_launch
Launch a new browser instance to capture screenshots of web pages for automated testing and monitoring purposes.
Instructions
Launch a new browser instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | Run browser in headless mode |
Input Schema (JSON Schema)
{
"properties": {
"headless": {
"default": true,
"description": "Run browser in headless mode",
"type": "boolean"
}
},
"type": "object"
}