I need to grab an element on the page with the mouse and move it to a certain area. Not from the operating system to the browser window, namely on the web page. Suppose I move an image.
1. Click on the element on the page and hold down the left mouse button.
2. Transfer the item to another area on the page.
3. Release the left mouse button.
I tried to use the Control Operate action with Set Event mousedown and mouseup, but nothing works.
How to create Drag-and-drop on the opened web page?
(it would be very cool to see a small demo)
It may make sense to add such functionality and the ability to Drag-and-drop to actions Mouse Emulations. Or a separate action specifically for this. Also, the Flash Operate action supports only mouse clicks.
It would be nice if this action perceived other types - MouseDown, MouseMove, MouseUp.
What do you think about that?