You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: