Uses of Class
com.hp.lft.sdk.web.WebPanArgs
Packages that use WebPanArgs
-
Uses of WebPanArgs in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return WebPanArgsModifier and TypeMethodDescriptionWebPanArgs.setDeltaX
(long deltaX) Sets the distance moved on the x-axis.WebPanArgs.setDeltaY
(long deltaY) Sets the distance moved on the y-axisWebPanArgs.setDuration
(double duration) Sets the duration for the Pan operation.WebPanArgs.setLocation
(Location location) Sets the location to start the Pan operation .Methods in com.hp.lft.sdk.web with parameters of type WebPanArgsModifier and TypeMethodDescriptionvoid
WebElement.pan
(WebPanArgs args) Performs a pan gesture on the object according to the specified behavior.