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
On Windows, the item is selected, and when the mouse is moved, the item is moved with it.
On macOS, the item is selected, and when the mouse is moved, the item is left in place.
The text was updated successfully, but these errors were encountered:
Is there a difference between MouseMove and MouseDrag in OSX?
I hover over an item (e.g., a file in the explorer/finder) and execute the sequence:
robot.MouseDown()
robot.MouseMove()
robot.MouseUp()
On Windows, the item is selected, and when the mouse is moved, the item is moved with it.
On macOS, the item is selected, and when the mouse is moved, the item is left in place.
The text was updated successfully, but these errors were encountered: