ghost-cursor
ghost-cursor copied to clipboard
Is it pointless to use with Remote browsers?
Is this library pointless to use with Remote browsers deployed on cloud services like browserless ?
The issue --
The library currently sends a whole bunch of CDP commands to move the mouse pointer from A --> B.
This is fine when running browsers locally, but when connecting to browsers remotely via puppeteer.connect, every CDP command introduces an additional delay because of network lag.
So just moving the cursor takes excruciatingly long, especially when cloud browser services charge you by the usage time, this becomes expensive.
Is there any way to address this problem?