tito / telenium

Automation for Kivy Application
MIT License
67 stars 23 forks source link

add drag action to drag a widget on another within a duration #5

Closed tshirtman closed 6 years ago

clayote commented 6 years ago

I'm making an app where you can drag a widget to a new position to create another widget there. (the original widget pops back to its initial position)

To test this it would be most convenient if cli.drag could use a position as its second argument instead of a widget. Maybe even a relative position?