Uses of Class
com.hp.lft.sdk.Location
Packages that use Location
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for image-based object identification.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing UIAPro objects.
Provides the SDK for testing Web objects.
-
Uses of Location in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return LocationModifier and TypeMethodDescriptionDragAndDropArgs.getDragFromLocation()Returns the point on the source object where the drag operation begins.DragAndDropArgs.getDropOnLocation()Returns the point on the source object where the drag operation ends.ClickArgs.getLocation()Returns the location to click within the test object.Methods in com.hp.lft.sdk with parameters of type LocationModifier and TypeMethodDescriptionvoidMoves the mouse pointer to the specified position inside this object.voidDragAndDropArgs.setDragFromLocation(Location dragFromLocation) Sets the point on the source object where the drag operation begins.voidDragAndDropArgs.setDropOnLocation(Location dropOnLocation) Sets the point on the source object where the drag operation ends.voidClickArgs.setLocation(Location location) Sets the location to click within the test object.Constructors in com.hp.lft.sdk with parameters of type LocationModifierConstructorDescriptionClickArgs(MouseButton button, Location location) Constructs the default arguments for a click with the specified mouse button and location within the object. -
Uses of Location in com.hp.lft.sdk.insight
Methods in com.hp.lft.sdk.insight with parameters of type LocationModifier and TypeMethodDescriptionvoidPlaces the pointer on the object.voidPresses and holds the left mouse button for a default number of seconds.voidPresses and holds the left mouse button for a default number of seconds. -
Uses of Location in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return LocationModifier and TypeMethodDescriptionLongPressArgs.getLocation()Returns theLocationto perform the long press.PinchArgs.getLocation()Returns the location to perform the pinch operation.SwipeArgs.getLocation()Returns the location to perform the swipe.TapArgs.getLocation()Returns the location to tap.Methods in com.hp.lft.sdk.mobile with parameters of type LocationModifier and TypeMethodDescriptionvoidPerform a Pan gesture on the object.LongPressArgs.setLocation(Location location) Sets the location to perform the long press.PinchArgs.setLocation(Location location) Sets the location to perform the pinch operation.SwipeArgs.setLocation(Location location) Sets the location to perform the swipe.TapArgs.setLocation(Location location) Sets the location to tap.voidDevice.swipe(SwipeDirection direction, Location startLocation) Swipes the device in the specified direction starting from the specified location.voidZoom to the specified scale. -
Uses of Location in com.hp.lft.sdk.uiapro
Methods in com.hp.lft.sdk.uiapro with parameters of type LocationModifier and TypeMethodDescriptionvoidDoubleClickable.doubleClick(Location location) Double-clicks on this object using the specified Location. -
Uses of Location in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return LocationModifier and TypeMethodDescriptionMouseEventInfo.getLocation()Returns the location to be used by the event.WebDoubleClickArgs.getLocation()Returns theLocationto perform the long press.WebLongPressArgs.getLocation()Returns the location to perform the LongPress operation.WebPanArgs.getLocation()Returns the location to start the Pan operation.WebPinchArgs.getLocation()Returns the location for the center of the Pinch operation.WebSwipeArgs.getLocation()Returns the location to start the Swipe operation.Methods in com.hp.lft.sdk.web with parameters of type LocationModifier and TypeMethodDescriptionvoidWhen hover is supported, places the pointer on the object.voidMouseEventInfo.setLocation(Location location) Sets the location to be used by the event.WebDoubleClickArgs.setLocation(Location location) Sets the location to perform the long press.WebLongPressArgs.setLocation(Location location) Sets the location to perform the LongPress operation.WebPanArgs.setLocation(Location location) Sets the location to start the Pan operation .WebPinchArgs.setLocation(Location location) Sets the location for the center of the pinch.WebSwipeArgs.setLocation(Location location) Sets the location to start the Swipe operation.