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
it should go to the bottom left (which it does) yet getting the mouse position reveals its actually 863.
If I then do mouse.move(0, 863, absolute=True), it puts me at the bottom left again, further testing reveals it isn't going to the correct spot. This also happens on the x-axis, giving me a max of 1535.
The text was updated successfully, but these errors were encountered:
When using mouse.move(), the coordinates are not correct, ie: if I have this:
it should go to the bottom left (which it does) yet getting the mouse position reveals its actually 863.
If I then do mouse.move(0, 863, absolute=True), it puts me at the bottom left again, further testing reveals it isn't going to the correct spot. This also happens on the x-axis, giving me a max of 1535.
The text was updated successfully, but these errors were encountered: