Uses of Enum Class
com.hp.lft.sdk.MouseButton
Packages that use MouseButton
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 Java objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing Terminal Emulators objects.
Provides the SDK for testing UIAPro objects.
Provides the SDK for testing Web objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
-
Uses of MouseButton in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return MouseButtonModifier and TypeMethodDescriptionClickArgs.getButton()
Returns the mouse button set to perform the click.DragAndDropArgs.getMouseButtonClicked()
Returns the mouse button used to drag this object.static MouseButton
Returns the enum constant of this class with the specified name.static MouseButton[]
MouseButton.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk with parameters of type MouseButtonModifier and TypeMethodDescriptionstatic void
Mouse.buttonDown
(Point point, MouseButton button) Presses the specified mouse button at the specified point on the screen.void
MouseDevice.buttonDown
(Point point, MouseButton button) Presses the specified mouse button at the specified point on the screen.static void
Mouse.buttonUp
(Point point, MouseButton button) Releases the specified mouse button at the specified point on the screen.void
MouseDevice.buttonUp
(Point point, MouseButton button) Releases the specified mouse button at the specified point on the screen.void
Clickable.click
(MouseButton button) Clicks on this object using the specified MouseButton.static void
Mouse.click
(Point point, MouseButton button) Moves the mouse to the specified point on the screen and clicks the specified mouse button.void
MouseDevice.click
(Point point, MouseButton button) Moves the mouse to the specified point on the screen and clicks the specified mouse button.void
DoubleClickable.doubleClick
(MouseButton button) Double-clicks on this object using the specified MouseButton.static void
Mouse.doubleClick
(Point point, MouseButton button) Moves the mouse to the specified point on the screen and double-clicks the left mouse button.void
MouseDevice.doubleClick
(Point point, MouseButton button) Moves the mouse to the specified point on the screen and double-clicks the left mouse button.static void
Mouse.dragAndDrop
(Point fromPoint, Point toPoint, MouseButton button) Drags the mouse from and to the specified points while the specified mouse button is pressed, and then releases the mouse button.void
MouseDevice.dragAndDrop
(Point fromPoint, Point toPoint, MouseButton button) Drags the mouse from and to the specified points while the specified mouse button is pressed, and then releases the mouse button.void
ClickArgs.setButton
(MouseButton button) Sets the mouse button to perform the click.void
DragAndDropArgs.setMouseButtonClicked
(MouseButton mouseButtonClicked) Sets the mouse button used to drag this object.Constructors in com.hp.lft.sdk with parameters of type MouseButtonModifierConstructorDescriptionClickArgs
(MouseButton button) Constructs the default arguments for a click with the specified MouseButton and the default location (center).ClickArgs
(MouseButton button, Location location) Constructs the default arguments for a click with the specified mouse button and location within the object. -
Uses of MouseButton in com.hp.lft.sdk.insight
Methods in com.hp.lft.sdk.insight with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
InsightObject.clickSpecial
(MouseButton button) Clicks the object, without first bringing its parent into focus. -
Uses of MouseButton in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
TableCell.click
(MouseButton button) Clicks the cell using the specifiedMouseButton
.void
TableCell.click
(MouseButton button, TableKeyModifier modifiers) Clicks the cell using the specifiedMouseButton
andTableKeyModifier
.void
TableCell.doubleClick
(MouseButton button) Double clicks the cell using the specifiedMouseButton
.void
TableCell.doubleClick
(MouseButton button, TableKeyModifier modifiers) Double clicks the cell using the specifiedMouseButton
andTableKeyModifier
.void
TableCell.dragAndDropOn
(TableCell targetCell, MouseButton button) void
TableCell.dragAndDropOn
(TableCell targetCell, MouseButton button, TableKeyModifier modifiers) Drags and drops thisTableCell
to the specified targetTableCell
using the specifiedMouseButton
andTableKeyModifier
.void
Table.selectColumnHeader
(int column, MouseButton button) Clicks on a column header using the specifiedMouseButton
by column index.void
Table.selectColumnHeader
(String columnHeader, MouseButton button) Clicks on a column header using the specifiedMouseButton
by column header. -
Uses of MouseButton in com.hp.lft.sdk.powerbuilder
Methods in com.hp.lft.sdk.powerbuilder with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
Window.activate
(MouseButton button) Activates the window using the specified mouse button.void
ListBase.activateItem
(int itemIndex, MouseButton button) Activates (double-clicks) the specified item in the list by item index.void
ListBase.activateItem
(String item, MouseButton button) Activates (double-clicks) the specified item in the list by item text.void
ListBase.activateItem
(T item, MouseButton button) Activates (double-clicks) the specified generic item in the list.void
TreeView.activateNode
(int nodeIndex, MouseButton button) Activates (double-clicks) a node in the tree-view object by node index.void
TreeView.activateNode
(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in the tree-view object with a tree view node.void
TreeView.activateNode
(String nodePath, MouseButton button) Activates (double-clicks) a node in the tree-view object by node path.void
ToolBarButton.press
(MouseButton button) Presses the specified toolbar button.void
TabControl.select
(int tabIndex, MouseButton button) Selects the specified tab by tab index.void
TabControl.select
(Tab tab, MouseButton button) Selects the specified tab in the tab control.void
TabControl.select
(String tab, MouseButton button) Selects the specified tab by tab name.void
TreeView.select
(int nodeIndex, MouseButton button) Selects a node in the tree-view object by node index.void
TreeView.select
(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.void
TreeView.select
(String nodePath, MouseButton button) Selects a node in the tree-view control by node path. -
Uses of MouseButton in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
Window.activate
(MouseButton button) Activates the window using the specified mouse button.void
ListBase.activateItem
(int itemIndex, MouseButton button) Activates (double-clicks) the specified item in the list by item index.void
ListBase.activateItem
(String item, MouseButton button) Activates (double-clicks) the specified item in the list by item text.void
ListBase.activateItem
(T item, MouseButton button) Activates (double-clicks) the specified generic item in the list.void
TreeView.activateNode
(int nodeIndex, MouseButton button) Activates (double-clicks) a node in the tree-view object by node index.void
TreeView.activateNode
(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in the tree-view object with a tree view node.void
TreeView.activateNode
(String nodePath, MouseButton button) Activates (double-clicks) a node in the tree-view object by node path.void
ToolBarButton.press
(MouseButton button) Presses the specified toolbar button.void
TabControl.select
(int tabIndex, MouseButton button) Selects the specified tab by tab index.void
TabControl.select
(Tab tab, MouseButton button) Selects the specified tab in the tab control.void
TabControl.select
(String tab, MouseButton button) Selects the specified tab by tab name.void
TreeView.select
(int nodeIndex, MouseButton button) Selects a node in the tree-view object by node index.void
TreeView.select
(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.void
TreeView.select
(String nodePath, MouseButton button) Selects a node in the tree-view control by node path. -
Uses of MouseButton in com.hp.lft.sdk.te
Methods in com.hp.lft.sdk.te with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
Window.activate
(MouseButton button) Activates the Terminal Emulator window. -
Uses of MouseButton in com.hp.lft.sdk.uiapro
Methods in com.hp.lft.sdk.uiapro with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
GridPattern.clickCell
(int row, int column, MouseButton button) Clicks the specified cell in the grid. -
Uses of MouseButton in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return MouseButtonModifier and TypeMethodDescriptionMouseEventInfo.getButton()
Returns the button of the mouse that is used with the event.Methods in com.hp.lft.sdk.web with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
MouseEventInfo.setButton
(MouseButton button) Sets the button of the mouse that is used with the event. -
Uses of MouseButton in com.hp.lft.sdk.winforms
Methods in com.hp.lft.sdk.winforms with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
Window.activate
(MouseButton button) Activates this window using the specified mouse button.void
ListBase.activateItem
(int itemIndex, MouseButton button) Activates (double-clicks) the specified item in this list by item index.void
ListBase.activateItem
(String item, MouseButton button) Activates (double-clicks) the specified item in this list.void
ListBase.activateItem
(T item, MouseButton button) Activates (double-clicks) the specified item in this list.void
TreeView.activateNode
(int nodeIndex, MouseButton button) Activates (double-clicks) a node by index in the tree-view control.void
TreeView.activateNode
(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in this tree-view control.void
TreeView.activateNode
(String nodePath, MouseButton button) Activates (double-clicks) the node at the given path in the tree-view control.void
TabControl.select
(int index, MouseButton button) Selects the specified tab item.void
TabControl.select
(String tab, MouseButton button) Selects the specified tab item.void
TreeView.select
(int nodeIndex, MouseButton button) Selects the node with the specified index in the tree-view control.void
TreeView.select
(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.void
TreeView.select
(String nodePath, MouseButton button) Selects the node at the specified path in the tree-view control. -
Uses of MouseButton in com.hp.lft.sdk.wpf
Methods in com.hp.lft.sdk.wpf with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
Window.activate
(MouseButton button) Activates the window using the specified mouse button.