Skip to content

Is it pointless to use with Remote browsers? #168

@captainjackrana

Description

@captainjackrana

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions