Uses of Class
com.hp.lft.sdk.mobile.LongPressArgs
Packages that use LongPressArgs
Package
Description
Provides the SDK for testing objects in mobile applications.
-
Uses of LongPressArgs in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return LongPressArgsModifier and TypeMethodDescriptionLongPressArgs.setDuration
(double duration) Sets the number of seconds to continue pressing.LongPressArgs.setGesture
(String gesture) Sets the gesture class designed by the mobile application developer to handle this gesture on this object.LongPressArgs.setLocation
(Location location) Sets the location to perform the long press.LongPressArgs.setNumberOfTouchPoints
(int numberOfTouchPoints) Sets the the number of points to press, 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 LongPressArgsModifier and TypeMethodDescriptionvoid
UiObjectBase.longPress
(LongPressArgs args) Presses and holds the object for a moment.