sikuli / sikuli-slides

Sikuli-Slides is a visual automation tool that enables users to automate and test Graphical User Interfaces (GUIs) using presentation slides.
MIT License
65 stars 35 forks source link

Drop action doesn't drop the object(mac & 1.4.0) #16

Open chensivan opened 11 years ago

chensivan commented 11 years ago

I created this sequence of slides.

  1. drag a file from the desktop
  2. drop the file into an opened folder
  3. double click this file's icon in the folder to open it

problem is when the mouse drags the object file to the target location, it holds the object and doesn't let it go. In a consequence, the file's icon cannot be generated in the folder since it is still held by the mouse. However, if my last slides is dropping objects, then when sikuli slides app stops, the mouse automatically drops the object.

One way I found to solve it is to add a click action after the drop action with the same target location.