bug with swipe action in android destination X & Y co-ordinates · Issue #783 · appium/java-client
Description For android user performs swipe with below method TouchAction().press(115, 650).moveTo(115, 350).release().perform(); 2.1 Expected Result is moveTo(endx, endy) 2.2 Actual Result is move...