I have a question or two about Swipe:
I’ll use the following command as reference for my questions:
appiumDriver.executeScript(“experitest:client.swipe(“DOWN”, 667, 2000)”);
1: the 2000 is SWIPE time…looks like this value is some form of delay as to when the swipe actually happens, correct ? The time has nothing to do with how much is actually swiped onto/off-of the screen ?
2: the 667 offset… suppose this value is 1/2 my screen size. When I swipe, will the this simply move the next 667 worth of elements onto the UI ?? I want to make sure I can’t swipe greater than a full UI size at any single time. Ideally I’d just swipe on enough elements to fill up half the screen I just scrolled off.
Please provide more detail on the swipe mechanics.
thanks
