Uses of Class
com.hp.lft.sdk.web.WebSwipeArgs
Packages that use WebSwipeArgs
-
Uses of WebSwipeArgs in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return WebSwipeArgsModifier and TypeMethodDescriptionWebSwipeArgs.setDirection
(SwipeDirection direction) Sets the direction to swipe.WebSwipeArgs.setDistance
(long distance) Sets the distance (in pixels) to swipe.WebSwipeArgs.setDuration
(double duration) Sets the number of seconds to perform the swipe.WebSwipeArgs.setLocation
(Location location) Sets the location to start the Swipe operation.Methods in com.hp.lft.sdk.web with parameters of type WebSwipeArgsModifier and TypeMethodDescriptionvoid
WebElement.swipe
(WebSwipeArgs args) Swipes the object according to the specified behavior.