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

Is it pointless to use with Remote browsers?

Open captainjackrana opened this issue 9 months ago • 0 comments

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?

captainjackrana avatar Mar 14 '25 08:03 captainjackrana