Problem with Code Mouse

Post here if you need help using Actiona
Post Reply
Frank
Posts: 20
Joined: 03 Feb 2018, 15:31

Problem with Code Mouse

Post by Frank »

Hello everybody

I would like to bring together a lot of mouse clicks in the code.
I came to this working place

var myObject = new Mouse ();
myObject.move (33,1337);
myObject.click ();

how can I make it to a double-click please without first moving the mouse there.

Thanks for your help in advance
francois
Posts: 456
Joined: 18 Oct 2010, 10:33
Location: France

Re: Problem with Code Mouse

Post by francois »

Hello,

there may be another way to double-click
but I simply use the repetition of the statement "myObject.click ();"
Post Reply