Uses of Class
com.hp.lft.sdk.web.WebDoubleClickArgs
Packages that use WebDoubleClickArgs
-
Uses of WebDoubleClickArgs in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return WebDoubleClickArgsModifier and TypeMethodDescriptionWebDoubleClickArgs.setInterval(double interval) Sets the number of seconds between the clicks.WebDoubleClickArgs.setLocation(Location location) Sets the location to perform the long press.Methods in com.hp.lft.sdk.web with parameters of type WebDoubleClickArgsModifier and TypeMethodDescriptionvoidWebElement.doubleClick(WebDoubleClickArgs args) Clicks on an object twice according to the specified behavior.