ghost-cursor icon indicating copy to clipboard operation
ghost-cursor copied to clipboard

How to increase mouse speed for moveTo method?

Open EVE231 opened this issue 2 years ago • 1 comments

await cursor.moveTo(await ghostCursor.getRandomPagePoint(page)); This takes extremely long for the mouse to move to the point on page. How can i increase the speed or what are my other options to make the cursor move faster to a specific vector point because cursor.move() method only accepts selector arguments and not the specific vector point

EVE231 avatar Sep 23 '22 01:09 EVE231

I have the same question. Do you find any solution? The mouse speed is lower than I need. I can manually edit the path function, but the maximum speed is 1, as I understood. How could I increase speed even more? Thank you.

iamoskvin avatar Feb 08 '23 07:02 iamoskvin

PR to add this: https://github.com/Xetera/ghost-cursor/pull/133

bvandercar-vt avatar May 09 '24 17:05 bvandercar-vt

Fixed in #133

Niek avatar May 09 '24 18:05 Niek