Can doubleClick() be used by specifying x and y?

Asked by Sneha

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?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

Did you ever have a look into the docs about the features and their usage?

https://sikulix-2014.readthedocs.io/en/latest/region.html#acting-on-a-region

Revision history for this message
Sneha (sneha-ramar) said :
#2

Thanks RaiMan, that solved my question.

Revision history for this message
Sneha (sneha-ramar) said :
#3

As I'm very new to Sikulix, sorry for some basic questions RaiMan