Uses of Class
com.hp.lft.sdk.mobile.SwipeArgs
Packages that use SwipeArgs
Package
Description
Provides the SDK for testing objects in mobile applications.
-
Uses of SwipeArgs in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return SwipeArgsModifier and TypeMethodDescriptionSwipeArgs.setGesture
(String gesture) Sets the gesture class designed by the mobile application developer to handle this gesture on this object.SwipeArgs.setLocation
(Location location) Sets the location to perform the swipe.Methods in com.hp.lft.sdk.mobile with parameters of type SwipeArgsModifier and TypeMethodDescriptionvoid
UiObjectBase.swipe
(SwipeDirection direction, SwipeArgs args) Swipes the object in the specified direction.