click_element_offset
Clicks at a specified percentage position inside an element to hit edge-aligned checkboxes, sliders, or split buttons where the center click would miss the target.
Instructions
Click at a percentage position inside an element instead of its centre — for wide labels whose real checkbox sits at the left edge, sliders, or split buttons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| selector | No | ||
| x_percent | No | 0 = left edge, 100 = right edge | |
| y_percent | No | 0 = top edge, 100 = bottom edge |