Uses of Class
com.hp.lft.sdk.web.WebPinchArgs
Packages that use WebPinchArgs
-
Uses of WebPinchArgs in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return WebPinchArgsModifier and TypeMethodDescriptionWebPinchArgs.setDuration
(double duration) Sets the number of seconds to to perform the pinch.WebPinchArgs.setLocation
(Location location) Sets the location for the center of the pinch.WebPinchArgs.setScale
(double scale) Sets the scale for the the pinch.Methods in com.hp.lft.sdk.web with parameters of type WebPinchArgsModifier and TypeMethodDescriptionvoid
WebElement.pinch
(WebPinchArgs args) Perform a pinch gesture on the object according to the specified behavior.