browserbase_screenshot
Capture browser screenshots to verify page state and locate elements when automated browser tools cannot provide needed visual information.
Instructions
Takes a screenshot of the current page. Use this tool to learn where you are on the page when controlling the browser with Stagehand. Only use this tool when the other tools are not sufficient to get the information you need.
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"
}