dtmilano / CulebraTester2-public

CulebraTester: Snaky Android Testing
Apache License 2.0
142 stars 29 forks source link

How to perform scroll action #2

Closed yisun92 closed 4 years ago

yisun92 commented 4 years ago

In the provided API document, I can only find ways to perform click and long-click. How can I scroll or swipe on a view?

dtmilano commented 4 years ago

Added swipe.

yisun92 commented 4 years ago

Added swipe.

Thanks!