safari_form_input
Set values of input, textarea, or select elements in Safari forms and trigger input/change events for automated form filling.
Instructions
Set the value of an input, textarea, or select element and fire input/change events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the form field | |
| value | Yes | Value to enter | |
| 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. |