Uses of Enum Class
com.hp.lft.sdk.SwipeDirection
Packages that use SwipeDirection
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing Web objects.
- 
Uses of SwipeDirection in com.hp.lft.sdkMethods in com.hp.lft.sdk that return SwipeDirectionModifier and TypeMethodDescriptionstatic SwipeDirectionReturns the enum constant of this class with the specified name.static SwipeDirection[]SwipeDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of SwipeDirection in com.hp.lft.sdk.mobileMethods in com.hp.lft.sdk.mobile with parameters of type SwipeDirectionModifier and TypeMethodDescriptionvoidDevice.swipe(SwipeDirection direction) Swipes the device in the specified direction starting from the leading edge of the element or device.voidDevice.swipe(SwipeDirection direction, Location startLocation) Swipes the device in the specified direction starting from the specified location.voidUiObjectBase.swipe(SwipeDirection direction) Swipes the object in the specified direction.voidUiObjectBase.swipe(SwipeDirection direction, SwipeArgs args) Swipes the object in the specified direction.
- 
Uses of SwipeDirection in com.hp.lft.sdk.webMethods in com.hp.lft.sdk.web that return SwipeDirectionMethods in com.hp.lft.sdk.web with parameters of type SwipeDirectionModifier and TypeMethodDescriptionWebSwipeArgs.setDirection(SwipeDirection direction) Sets the direction to swipe.voidWebElement.swipe(SwipeDirection direction) Swipes the object in the specified direction.Constructors in com.hp.lft.sdk.web with parameters of type SwipeDirectionModifierConstructorDescriptionWebSwipeArgs(SwipeDirection direction) Initializes a new instance of the WebSwipeArgs class with default arguments (perform swipe 200 pixels from the center of the object in 0.25 seconds).