How to search for a text in region and click on the text

Asked by Michael

As title states, I'm trying to find a text say "TOUCH TO ACTIVATE" on a region which has other text too and click on the found text.
How can this be done with sikuli? Sorry if this question has been asked before!!!

Thank you,
Michael

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

see docs:
Region.find("some text")

or 1.1.0+
Region.findText("some text")

Can you help with this problem?

Provide an answer of your own, or ask Michael for more information if necessary.

To post a message you must log in.