safari_query_all
Query all webpage elements matching a CSS selector. Returns tag, text, href, and value for each result.
Instructions
Find all elements matching a CSS selector (returns tag, text, href, value)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector | |
| limit | No | Max results (default: 20) |