sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46219
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.