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 TypeMethodDescriptionvoid
Moves the mouse pointer to the specified position inside this object.void
DragAndDropArgs.setDragFromLocation
(Location dragFromLocation) Sets the point on the source object where the drag operation begins.void
DragAndDropArgs.setDropOnLocation
(Location dropOnLocation) Sets the point on the source object where the drag operation ends.void
ClickArgs.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 TypeMethodDescriptionvoid
Places the pointer on the object.void
Presses and holds the left mouse button for a default number of seconds.void
Presses 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 theLocation
to 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 TypeMethodDescriptionvoid
Perform 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.void
Device.swipe
(SwipeDirection direction, Location startLocation) Swipes the device in the specified direction starting from the specified location.void
Zoom 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 TypeMethodDescriptionvoid
DoubleClickable.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 theLocation
to 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 TypeMethodDescriptionvoid
When hover is supported, places the pointer on the object.void
MouseEventInfo.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.