safari_query_all
Extract all webpage elements matching a CSS selector to retrieve tag names, text content, links, and input values for browser automation.
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) |