← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #665357]: Click on text captured from Screen().text()

 

Question #665357 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665357

    Status: Open => Answered

RaiMan proposed the following answer:
you can try using
someRegion.find("some text")

which searches for a text and returns a match region, that can be
clicked.

... but be aware of all the weaknesses of the text feature
implementation.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.