← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Tried with 2.0.x:

r = Region(224,107,76,170)
print(r.text())
m = r.findText("test3")
m.click()

Having your image visible on the screen in the Region r, it works for
me.

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