safari_double_click
Double-click elements in Safari using CSS selectors or coordinates to select text or trigger actions during browser automation.
Instructions
Double-click an element by CSS selector or x/y coordinates (e.g. to select a word in text)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector | |
| x | No | X coordinate | |
| y | No | Y coordinate |