calabash / calabash-android-server

Automated Functional testing for Android based on cucumber
Other
28 stars 41 forks source link

Add UIautomator2 drag functionality. #105

Closed Julioevm closed 3 years ago

Julioevm commented 3 years ago

Add the ability to perform a drag gesture using UIautomator2.

Example: perform_action("uiautomator_drag_coordinates", x, x, y, y + 250)