Add structured text-targeted control lookup/click helpers #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Current OCR results are useful for inspection, but agents still have to manually translate text hits into click coordinates. This is brittle and slows down safe automation.
Desired capability
A first-class way to target controls by visible text, for example:
Buy NowStop RecordingPlace OrderExpected behavior
Why this matters
This would remove a ton of fragile OCR-to-coordinate glue in agents and make high-confidence actions much safer.