sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13426
Re: [Question #209152]: To find a image which is left of a image
Question #209152 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209152
Status: Answered => Open
Omkkumar is still having a problem:
Hi Raiman,
Thanks for your reply.... The code worked with a little modification
screenObject=screen(0)
a=screenObject.find(imga)
if a:click(a.left(50).find(imgb))
else: print "imga not found"; exit()
Is my approach correct?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.