Skip to content

Is it pointless to use with Remote browsers? #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
captainjackrana opened this issue Mar 14, 2025 · 0 comments
Open

Is it pointless to use with Remote browsers? #168

captainjackrana opened this issue Mar 14, 2025 · 0 comments

Comments

@captainjackrana
Copy link

captainjackrana commented Mar 14, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant