browserbase_screenshot
Capture full-page screenshots of websites to document web content, monitor changes, and save visual records for analysis and reporting.
Instructions
Capture a full-page screenshot and return it (and save as a resource).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the screenshot |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "The name of the screenshot",
"type": "string"
}
},
"type": "object"
}