sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17376
Re: [Question #226009]: doubleClick() vs region.doubleClick()
Question #226009 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226009
Status: Answered => Solved
Ador Juan Cruz confirmed that the question is solved:
Thanks for the answers.
So there really isnt any difference between calling
if myRegion.exists(myPattern,0):
doubleClick(myRegion.getLastMatch())
vs
if myRegion.exists(myPattern,0):
myRegion.doubleClick(myRegion.getLastMatch())
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.