openBrowser
Launch a new browser instance for web scraping, testing, and interaction using Playwright. Configure headless mode and debugging options to automate tasks efficiently.
Instructions
Launch a new browser instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
debug | No | ||
headless | No |
Input Schema (JSON Schema)
{
"properties": {
"debug": {
"type": "boolean"
},
"headless": {
"type": "boolean"
}
},
"required": [],
"type": "object"
}