Uses of Class
com.hp.lft.sdk.mobile.TapArgs
Packages that use TapArgs
Package
Description
Provides the SDK for testing objects in mobile applications.
-
Uses of TapArgs in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return TapArgsModifier and TypeMethodDescriptionTapArgs.setGesture
(String gesture) Sets the gesture class designed by the mobile application developer to handle this gesture on this object.TapArgs.setLocation
(Location location) Sets the location to tap.TapArgs.setNumberOfTaps
(int numberOfTaps) Sets the number of times to tap the object.TapArgs.setNumberOfTouchPoints
(int numberOfTouchPoints) Sets the number of points to tap, similar to the number of fingers you would use for the gesture on a real device.Methods in com.hp.lft.sdk.mobile with parameters of type TapArgs