You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess is the delay isn't long enough for the click to register in VNC. I'll update this in the next release to take an explicit delay parameter so it can be increased.
I can confirm the same issue on Fedora 27 without the VNC session (physical workstation as well as a docker image). Using the toggle(..., False) step solves the issue for the time being.
This should be fixed by autopilot-rs/autopilot-rs#8 (which is included on the latest master), I just haven't had time yet to distribute the new binary wheels.
Setup:
autopy==1.0.1
python 3.6
Interacting with a VNC linux session like so:
This will move the mouse to the correct location
Then the mouse-down is issued, but a mouse-up does not occur.
If in this position I issue:
The mouse up is given.
The text was updated successfully, but these errors were encountered: