New question #688546 on Sikuli: https://answers.launchpad.net/sikuli/+question/688546
doubleClick(someimage) getmouseLoc = Env.getMouseLocation() print(getmouseLoc) #(219,121) The above works fine!! doubleClick(219,121) is not clicking the image which is clicked earlier, although I gave the same x and y Does doubleClick() works with only images? Can someone please help me out? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

