Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Simulate mouse move #418

@michalstocki

Description

@michalstocki

This is a Feature Proposal

Description

I need the option to perform a mouse move to be able to test the drag'n'drop feature.
I suggest to add a new api metod mousemove that could be used with pixel coordinates and chaned with the existing mousedown and mouseup methods:

await chromeless
  .mousemove(100, 20)
  .mousedown(100, 20)
  .mousemove(200, 20, {steps: 50})
  .mouseup(200, 20);

I expect the behaviour of these methods to be similar to the one in puppeteer.

Similar or dependent issues:

Additional Data

  • Chromeless Version you're using:
  • Operating System:
  • Stack Trace:
  • Error messages:

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