← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #280747]: Sikulix Region not working

 

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

RaiMan proposed the following answer:
... and the same for this:

 if exists ("1452165060367.png", 0): click(getLastMatch())

... better

 if CurrentBarRegion.exists("1452165060367.png", 0):
CurrentBarRegion.click()

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