browser_screenshot
Capture screenshots of web pages for documentation, testing, or monitoring purposes using Selenium WebDriver automation.
Instructions
Take a screenshot of the current page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputPath | No | Optional path where to save the screenshot. If not provided, returns base64 data. |
Input Schema (JSON Schema)
{
"properties": {
"outputPath": {
"description": "Optional path where to save the screenshot. If not provided, returns base64 data.",
"type": "string"
}
},
"type": "object"
}