scraping_browser_screenshot
Capture screenshots of web pages for documentation, monitoring, or analysis purposes using the Bright Data Web MCP server.
Instructions
Take a screenshot of the current page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
full_page | No | Whether to screenshot the full page (default: false) You should avoid fullscreen if it's not important, since the images can be quite large |
Input Schema (JSON Schema)
{
"properties": {
"full_page": {
"description": "Whether to screenshot the full page (default: false)\nYou should avoid fullscreen if it's not important, since the images can be quite large",
"type": "boolean"
}
},
"type": "object"
}