Uses of Class
com.hp.lft.sdk.web.WebLongPressArgs
Packages that use WebLongPressArgs
-
Uses of WebLongPressArgs in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return WebLongPressArgsModifier and TypeMethodDescriptionWebLongPressArgs.setDuration
(double duration) Sets the number of seconds for the LongPress operation.WebLongPressArgs.setLocation
(Location location) Sets the location to perform the LongPress operation.Methods in com.hp.lft.sdk.web with parameters of type WebLongPressArgsModifier and TypeMethodDescriptionvoid
WebElement.longPress
(WebLongPressArgs args) Presses and holds the object according to the specified behavior.