calabash / calabash-android

Automated Functional testing for Android using cucumber
Other
1.68k stars 617 forks source link

Update Test Server, add uiautomator2 swipe. #939

Closed Julioevm closed 3 years ago

Julioevm commented 3 years ago

Update test server to 0.9.21: Add the ability to perform a drag gesture using UIautomator2.

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