asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.24k stars 1.24k forks source link

Dragging doesn't work on Microsoft Edge browser #285

Open asweigart opened 5 years ago

asweigart commented 5 years ago

The dragRel() and dragTo() functions don't seem to work on Microsoft Edge. To test, go to http://www.williammalone.com/articles/create-html5-canvas-javascript-drawing-app/#demo-colors and try to make the mouse draw a line in the paint editor on that page.

funkindy commented 4 years ago

Same with Paint 3D in Win 10. Dragging ignores duration and ease functions and just put equal line from A to B. Vanilla Paint works as expected.

Vampire-Vx commented 4 years ago

I also come across the same problem in a Unity3D window, the cursor seems move, however dragging is not possible.

EllangoK commented 4 years ago

Same here, I am just trying to use in the normal Windows File Explorer to drag files around, cannot successfully drag files