dom_query_all
Retrieve properties of all elements matching a CSS selector in a browser tab. Set a limit to control the number of results.
Instructions
Query all elements matching a CSS selector and return their properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of elements to return (default: 50) | |
| selector | Yes | CSS selector to query | |
| targetId | Yes | Target ID of the tab |