safari_find
Find elements on a webpage using CSS selectors or visible text. Returns matching elements for Safari automation.
Instructions
Find elements on the page by CSS selector and/or visible text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector (optional) | |
| text | No | Filter elements whose text contains this string (optional) | |
| limit | No | Max elements to return (default 20) | |
| tabId | No | Tab ID — omit to use the active tab | |
| profile | No | Safari profile name (e.g. "Perso", "Pro"). Omit to use the first connected profile. |