browserbase_screenshot
Capture screenshots of web pages to verify current browser state and page content during automated browser sessions. Use when other browser interaction methods 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"
}