Skip to content
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

When emulating touch events, mouse move with mouse down never responds #161

Closed
JoelEinbinder opened this issue Jul 28, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@JoelEinbinder
Copy link
Collaborator

      await page.setViewport({
        'width': 375,
        'height': 667,
        'deviceScaleFactor': 2,
        'isMobile': true,
        'hasTouch': true,
        'isLandscape': false
      });
      await page.mouse.move(100, 100);
      await page.mouse.down();
      page.mouse.move(100, 10);
      await page.mouse.up();
@aslushnikov
Copy link
Contributor

Fixed by #240

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

No branches or pull requests

3 participants