renforge_click_element
Click visible Ren'Py controls by text or ID while guarding against stale frames. Optionally wait for business events to confirm the click's effect.
Instructions
Click a visible control by text/id, guarded against a stale frame.
Returns received_by when another control owns the hit point. With wait_for_effect=true, wait for a correlated business event such as quick_save.completed when the clicked action is recognizable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| exact | No | ||
| screen | No | ||
| element_id | No | ||
| project_path | Yes | ||
| effect_timeout | No | ||
| interaction_id | No | ||
| wait_for_effect | No | ||
| expected_frame_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||