Closed EVE231 closed 5 months ago
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.
PR to add this: https://github.com/Xetera/ghost-cursor/pull/133
Fixed in #133
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