action_select_position(
self,
position: int,
) -> None| Name | Type | Description |
|---|---|---|
position* | int | Zero-based index of the visible option to submit. |
Submit the option at a display position (0-indexed).
Backs the numeric quick keys, which map key 1/2/3 to position
0/1/2. Positions outside the visible options are ignored, so
when the Auto option is hidden (only positions 0-1 exist) the 3 key
(position 2) is a no-op and key 2 (position 1) selects Reject rather
than Auto.