generated from Xetera/typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels