Skip to content

page.mouse.move() hangs when user moves mouse during automation #31

Description

@gitdrums

page.mouse.move() hangs when user moves mouse during automation

Issue:
page.mouse.move() freezes indefinitely when the real user tries to move the mouse while automation is running.

Code:

page.mouse.move(x, y)  # Hangs here

Behavior:

  • Script freezes at mouse.move() - no error, no timeout
  • Appears to happen when user physically moves mouse during automated mouse.move() call
  • No exception thrown, requires manual kill

Expected:
Should complete or timeout gracefully even if user moves mouse.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions