← Back to team overview

sikuli-driver team mailing list archive

[Question #688546]: Can doubleClick() be used by specifying x and y?

 

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.