DedInc / emunium

A Python module for automating interactions to mimic human behavior in standalone apps or browsers when using Selenium, Pyppeteer, or Playwright. Provides utilities to programmatically move the mouse cursor, click on page elements, type text, and scroll as if performed by a human user.
https://pypi.org/project/emunium/
MIT License
52 stars 5 forks source link

Cursor change pointer icon after move_to() #9

Closed AndreaKenton closed 1 month ago

AndreaKenton commented 1 month ago

Hi, thanks developers for this library! I'm using emunium on windows desktop to click some popups. The move_to() or click_at() methods seems to work and until the targhet position is reached all work fine. After when the user take control moving the mouse again suddently the mouse pointer change from arrow pointer (default) to hand pointer. That's very odd and only stopping the script the original pointer come back. This behaviour make's emunium useless for me because i need to mantain the script running while i'm working. Can you help me?

AndreaKenton commented 1 month ago

Sorry, solved by myself, wasn't a emunium problem. All fine! Delete the post! :)