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.sdk
Methods in com.hp.lft.sdk that return SwipeDirectionModifier and TypeMethodDescriptionstatic SwipeDirection
Returns 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.mobile
Methods in com.hp.lft.sdk.mobile with parameters of type SwipeDirectionModifier and TypeMethodDescriptionvoid
Device.swipe
(SwipeDirection direction) Swipes the device in the specified direction starting from the leading edge of the element or device.void
Device.swipe
(SwipeDirection direction, Location startLocation) Swipes the device in the specified direction starting from the specified location.void
UiObjectBase.swipe
(SwipeDirection direction) Swipes the object in the specified direction.void
UiObjectBase.swipe
(SwipeDirection direction, SwipeArgs args) Swipes the object in the specified direction. -
Uses of SwipeDirection in com.hp.lft.sdk.web
Methods 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.void
WebElement.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).