Query page elements
browser_queryFind elements in a live browser page using a CSS selector and return their text and safe attributes. Solves the problem of extracting structured data from dynamic web content without writing full scrapers.
Instructions
Return text and safe attributes for elements matching a CSS selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum matching elements to return | |
| tab_id | No | ||
| selector | Yes | CSS selector to match |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||