vroid_find_button
Locate VRoid's blue or grey pill buttons by color to get click coordinates, bypassing text OCR issues. Blue indicates enabled, grey disabled.
Instructions
Find VRoid's primary action buttons by their colour, not their text.
VRoid's confirm buttons ('Export', 'OK', 'Create') are solid #0096FA pills whose white labels tesseract regularly loses, so this matches the button chrome. Blobs come back biggest-first, in image px, ready for vroid_click.
A grey pill (color='disabled') where you expected a blue one means the
action is disabled - on the VRM Settings modal that means Avatar Name or
Creators is still empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | 'primary' finds the enabled blue #0096FA pill; 'disabled' finds the grey pill, which is the app telling you a required field is still empty. | primary |
| label | No | Optional label to disambiguate when several pills are visible; the button interior is OCR'd at high upscale to check it. | |
| limit | No | Max blobs to return. | |
| region | No | Restrict the search to this rectangle (image px). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||