browser_snapshot
Capture accessibility tree snapshots for precise element identification in web automation tasks, enabling streamlined interaction with web elements for AI-driven workflows.
Instructions
Get accessibility tree snapshot for LLM-friendly element identification
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"selector": {
"type": "string"
}
},
"type": "object"
}