Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

accept - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The accept attribute value of the sought-for web element.
Accordion - Interface in com.smartbear.testleft.testobjects
The test interface for accordion controls.
AccordionWithClosableItems - Interface in com.smartbear.testleft.testobjects
The test interface for the accordion controls whose items can be closed.
AccordionWithPinnableItems - Interface in com.smartbear.testleft.testobjects
The test interface for accordion controls with pinnable items.
action - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The action attribute value of the sought-for web element.
activate() - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Activates the specified Window object on screen.
activate() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Activates the window's dockable pane.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.AWTPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.BasicPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.ControlPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.FlashPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.JavaFXPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.MSAAPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.ProcessPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.QtPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.SearchPatternBase
Adds a custom property to the search pattern and returns the pattern TestObject.
Add(String, Object) - Method in class com.smartbear.testleft.testobjects.SearchPatternBase.SearchPatternItems
Adds a property-value pair to the search pattern.
Add(Map<String, Object>) - Method in class com.smartbear.testleft.testobjects.SearchPatternBase.SearchPatternItems
Adds property-value pairs to the search pattern and returns this SearchPatternBase.SearchPatternItems TestObject.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.SlPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.SWTPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.TextPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.UIAPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.VBPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.VCLNETPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.VCLPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WebBrowserPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WebBrowserUIPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WebCellElementPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WebElementPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WebPagePattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WindowPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WinFormsPattern
Adds a custom property to the search pattern and returns the pattern Object.
add(String, Object) - Method in class com.smartbear.testleft.testobjects.WPFPattern
Adds a custom property to the search pattern and returns the pattern Object.
addClassName(String, boolean) - Method in class com.smartbear.testleft.options.ObjectMappingSettings.MappedObject
Adds a class name and, optionally, all of its derived classes to the list of classes that are recognized as a specific object type.
addClassName(String) - Method in class com.smartbear.testleft.options.ObjectMappingSettings.MappedObject
Adds a class name to the list of classes that are recognized as a specific object type.
addJavaFxClass(String, boolean) - Method in class com.smartbear.testleft.options.OptionsManager.JavaFXSettings
Adds a class to the list of JavaFX classes included in the Object hierarchy and specifies whether the class's derived classes should be included in the Object hierarchy as well.
addProcess(String) - Method in class com.smartbear.testleft.options.ProcessFilterSettings
Adds the name of the process to be processed or ignored.
addWindow(String) - Method in class com.smartbear.testleft.options.OptionsManager.MSAASettings
Adds a window type to the list of MSAA window types.
addWindow(String) - Method in class com.smartbear.testleft.options.OptionsManager.TextRecognitionSettings
Adds a window class to the list of window classes identified via the Text Recognition engine.
addWindow(String) - Method in class com.smartbear.testleft.options.OptionsManager.UIAutomationSettings
Adds a window class to the list of UI Automation window classes.
Alignment - Enum in com.smartbear.testleft.testobjects
A value indicating how contents are aligned.
alt - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The alt attribute of the sought-for web element.
AmbiguousFindResultException - Exception in com.smartbear.testleft
The exception that is thrown when more than one object match the search pattern in the find or tryFind method.
AmbiguousFindResultException() - Constructor for exception com.smartbear.testleft.AmbiguousFindResultException
Initializes a new instance of the AmbiguousFindResultException class.
AmbiguousFindResultException(String) - Constructor for exception com.smartbear.testleft.AmbiguousFindResultException
Initializes a new instance of the AmbiguousFindResultException class with the specified error message.
AmbiguousFindResultException(String, Exception) - Constructor for exception com.smartbear.testleft.AmbiguousFindResultException
Initializes a new instance of the AmbiguousFindResultException class with the specified error message and a reference to the inner exception that is the cause of this exception.
AngularUICalendar - Interface in com.smartbear.testleft.testobjects.web.angular
The test interface for AngularUI calendar controls.
ApiException - Exception in com.smartbear.testleft
The basic exception for all errors returned by the REST service.
ApiException(String) - Constructor for exception com.smartbear.testleft.ApiException
Initializes a new instance of the ApiException class using the specified error message.
ApiException(String, Exception) - Constructor for exception com.smartbear.testleft.ApiException
Initializes a new instance of the ApiException class using the specified error message and a reference to the inner exception.
ApplicationManager - Class in com.smartbear.testleft
Provides properties and methods to enumerate and run applications
ApplicationManager(DriverBase, WebClientApi) - Constructor for class com.smartbear.testleft.ApplicationManager
 
AWTComponentAccessibleName - Variable in class com.smartbear.testleft.testobjects.AWTPattern
The accessible name of the sought-for Object (the value returned by the javax.accessibility.AccessibleContext.getAccessibleName() method).
AWTComponentIndex - Variable in class com.smartbear.testleft.testobjects.AWTPattern
The Object's position (zero-based) in the parent Object's collection of child Objects.
AWTComponentName - Variable in class com.smartbear.testleft.testobjects.AWTPattern
The Object's name as it is specified in the application's source code.
AWTPattern - Class in com.smartbear.testleft.testobjects
A search pattern for AWT/Swing components.
AWTPattern() - Constructor for class com.smartbear.testleft.testobjects.AWTPattern
Creates a new instance of the AWTPattern class.

B

back() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Moves the calendar to the previous date interval.
back() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapCarousel
Selects the previous item.
Bar - Interface in com.smartbear.testleft.testobjects
The test interface for toolbar and ribbon controls.
BarItem - Interface in com.smartbear.testleft.testobjects
The test interface for items of the toolbar and ribbon controls.
BarItemCheckable - Interface in com.smartbear.testleft.testobjects
The test interface for toolbar and ribbon items that act like check boxes.
BarItemClickable - Interface in com.smartbear.testleft.testobjects
The test interface for toolbar and ribbon items that accept mouse clicks.
BasicPattern - Class in com.smartbear.testleft.testobjects
The basic search pattern for test Objects.
BasicPattern() - Constructor for class com.smartbear.testleft.testobjects.BasicPattern
Creates a new instance of the BasicPattern class.
BootstrapAlert - Interface in com.smartbear.testleft.testobjects.web.bootstrap
The test interface for Bootstrap alert controls.
BootstrapCarousel - Interface in com.smartbear.testleft.testobjects.web.bootstrap
The test interface for Bootstrap carousel controls.
BootstrapDropdown - Interface in com.smartbear.testleft.testobjects.web.bootstrap
The test interface for Bootstrap drop-down controls.
BootstrapModal - Interface in com.smartbear.testleft.testobjects.web.bootstrap
The test interface for Bootstrap modal controls.
BorlandActionMainMenuOwner - Interface in com.smartbear.testleft.testobjects.vcl
The test interface for window controls whose main menu was created with the Borland Action Menu Bar component.
BrowserIndex - Variable in class com.smartbear.testleft.testobjects.WebBrowserPattern
Specifies the browser instance number.
BrowserInfo - Class in com.smartbear.testleft
Provides information about the supported web browser
BrowserInfo(BrowserType, PlatformType, String) - Constructor for class com.smartbear.testleft.BrowserInfo
 
BrowserType - Enum in com.smartbear.testleft
Constants that are used to specify the supported browsers
Button - Interface in com.smartbear.testleft.testobjects
The test interface for button controls.

C

callMethod(String, Object...) - Method in interface com.smartbear.testleft.testobjects.TestObject
Sets a value for the specified property.
callMethod(Class, String, Object...) - Method in interface com.smartbear.testleft.testobjects.TestObject
Invokes the specified method and returns the result.
Caption - Variable in class com.smartbear.testleft.testobjects.MSAAPattern
The text or title of the sought-for Object.
CaptureStyle - Enum in com.smartbear.testleft.options
Specifies constants that define the screen area to take screenshots of.
cast(Class) - Method in interface com.smartbear.testleft.testobjects.TestObject
Casts the interface to an interface of another type.
check(CheckState) - Method in interface com.smartbear.testleft.testobjects.BarItemCheckable
Moves the mouse cursor to a bar item and clicks it with the left mouse button until the specified state is reached.
check(String, boolean) - Method in interface com.smartbear.testleft.testobjects.Menu
Checks or unchecks the specified menu item.
check(int, boolean) - Method in interface com.smartbear.testleft.testobjects.Menu
Checks or unchecks the specified menu item.
check(boolean) - Method in interface com.smartbear.testleft.testobjects.TreeViewItemCheckable
Selects or unselects an item.
check(CheckState) - Method in interface com.smartbear.testleft.testobjects.TreeViewItemThreeStateCheckable
Sets the item state.
check(int, CheckState) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and clicks it with the left mouse button until the specified state is reached.
check(String, CheckState) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and clicks it with the left mouse button until the specified state is reached.
CheckBox - Interface in com.smartbear.testleft.testobjects
The test interface for check box controls.
checkButton(CheckState) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Checks or unchecks the specified tool button.
CheckedListBox - Interface in com.smartbear.testleft.testobjects
The test interface for check list box controls.
checkItem(String, CheckState) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified bar item and clicks it with the left mouse button until the specified state is reached.
checkItem(String, CheckState) - Method in interface com.smartbear.testleft.testobjects.CheckedListBox
Moves the mouse cursor to an item of the checked list box and then sets its state.
checkItem(int, CheckState) - Method in interface com.smartbear.testleft.testobjects.CheckedListBox
Moves the mouse cursor to an item of the checked list box and then sets its state.
checkItem(String, CheckState) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Sets the current state of the toolbar button (by clicking), that is, Unchecked, Checked or Grayed.
checkItem(int, CheckState) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Sets the current state of the toolbar button (by clicking), that is, Unchecked, Checked or Grayed.
checkItem(String) - Method in interface com.smartbear.testleft.testobjects.TreeViewWithCheckableItems
Selects or unselects the specified tree item.
checkItem(String, boolean) - Method in interface com.smartbear.testleft.testobjects.TreeViewWithCheckableItems
Selects or unselects the specified tree item.
checkItem(String, CheckState) - Method in interface com.smartbear.testleft.testobjects.TreeViewWithThreeStateCheckableItems
Sets the item state.
checkItem(String) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Selects the item.
checkItem(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Selects the item.
checkItem(String, boolean) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Selects or unselects the item.
checkItem(int, boolean) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Selects or unselects the item.
checkItem(String, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Checks the item specified by its index, from 0, or by its name.
checkItem(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Checks the item specified by its index, from 0, or by its name.
checkItem(String, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Checks or unchecks the specified toolbar item.
checkItem(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Checks or unchecks the specified toolbar item.
checkItem(int, boolean, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Checks or unchecks the specified toolbar item.
checkRow(String, CheckState) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Sets the state of the specified row.
checkRow(int, CheckState) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Sets the state of the specified row.
CheckState - Enum in com.smartbear.testleft.testobjects
A value indicating the state of a control.
ClassFilterEntry(String, boolean) - Constructor for class com.smartbear.testleft.options.OptionsManager.ClassFilterEntry
 
ClassFilterEntry() - Constructor for class com.smartbear.testleft.options.OptionsManager.ClassFilterEntry
 
ClassName - Variable in class com.smartbear.testleft.testobjects.UIAPattern
The value of the ClassName property (UIA_ClassNamePropertyId) of the sought-for automation element.
ClassName - Variable in class com.smartbear.testleft.testobjects.VCLPattern
The name of the VCL class of the sought-for Object ("native" ClassName property).
clear() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgMaskedTextInput
Clears text in the text editor.
clear() - Method in interface com.smartbear.testleft.testobjects.win.WinIPAddress
Simulates clearing the IP address fields.
click() - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a click on the item.
click(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a click on the item.
click() - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button single click in a window or control.
click(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button single click in a window or control.
click(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button single click in a window or control.
click(String) - Method in interface com.smartbear.testleft.testobjects.Menu
Moves the mouse pointer to the specified menu or submenu item and then simulates a mouse click.
click(int) - Method in interface com.smartbear.testleft.testobjects.Menu
Moves the mouse cursor to the specified menu item and then simulates a single click.
click() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click on the item column.
click(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click on the item column.
click(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click on the item column.
click(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click on the item column.
click(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click on the item column.
click() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click on the item.
click(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click on the item.
click() - Method in interface com.smartbear.testleft.testobjects.win.WinSysLinkItem
Performs a single click on the link.
click() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditButton
Simulates a click on the button.
click(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditButton
Simulates a click on the button.
click(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a single click.
click(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a single click.
click(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a single click.
click(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a single click.
click() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsAutoRepeatEditorButton
Moves the mouse pointer to the editor button and simulates the specified number of clicks over it.
click(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsAutoRepeatEditorButton
Moves the mouse pointer to the editor button and simulates the specified number of clicks over it.
click() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditorButton
Moves the mouse pointer to the editor button and simulates a click of the left mouse button over it.
click(CheckState) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsStateEditorButton
Moves the mouse cursor to the editor button and clicks it with the left mouse button until the specified state is reached.
click() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditRepeatButton
Performs a click on the button of the ButtonEdit control.
click(int) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditRepeatButton
Performs the specified number of clicks on the button of the ButtonEdit control.
click() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditSimpleButton
Simulates a click on the button.
click(CheckState) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditToggleButton
Moves the mouse cursor to the toggle button and then sets the toggle button to one of the following states: cbUnchecked, cbChecked.
clickBrowseButton() - Method in interface com.smartbear.testleft.testobjects.mfc.MFCEditBrowse
Simulates a single click on the control's browse button.
clickButton() - Method in interface com.smartbear.testleft.testobjects.Button
Performs a single click on the specified button.
clickButton(CheckState) - Method in interface com.smartbear.testleft.testobjects.CheckBox
Moves the mouse cursor to a control and clicks it with the left mouse button until the specified state is reached.
clickButton() - Method in interface com.smartbear.testleft.testobjects.DropDownButton
Perform a click on the button part of DropDownButton.
clickButton() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Performs a single click on the button.
clickButton(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Performs a single click on the button.
clickButton() - Method in interface com.smartbear.testleft.testobjects.RadioButton
Moves the mouse cursor to a radio button and then simulates a single click, thus selecting it.
clickButton(CheckState) - Method in interface com.smartbear.testleft.testobjects.ToggleButton
Moves the mouse cursor to the toggle button and then sets the toggle button to one of the following states: Unchecked, Checked, Grayed.
clickButton(String) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Moves the mouse cursor to the specified button and then simulates a single click.
clickButton(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Moves the mouse cursor to the specified button and then simulates a single click.
clickButton(String) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapModal
Moves the mouse cursor to the specified button and then simulates a single click.
clickButton(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapModal
Moves the mouse cursor to the specified button and then simulates a single click.
clickButton(CheckState) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSToggleSplitButton
Moves the mouse cursor to the toggle button and then sets the toggle button to one of the following states: Unchecked, Checked.
clickButton(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditWithButtons
Simulates a click on the button specified by index, from 0, or by caption.
clickButton(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditWithButtons
Simulates a click on the button specified by index, from 0, or by caption.
clickButton(String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditWithButtons
Simulates a click on the button specified by index, from 0, or by caption.
clickButton(int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditWithButtons
Simulates a click on the button specified by its index, from 0, or by its caption.
clickButton() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFRepeatButton
Performs the specified number of clicks on the specified button.
clickButton(int) - Method in interface com.smartbear.testleft.testobjects.wpf.WPFRepeatButton
Performs the specified number of clicks on the specified button.
clickButtonR() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a right-click on the button.
clickButtonR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a right-click on the button.
clickButtonRXY(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a double-click of the right mouse button at position (X, Y) within the button.
clickButtonRXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a double-click of the right mouse button at position (X, Y) within the button.
clickButtonXY(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a click at (X,Y) within the button.
clickButtonXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a click at (X,Y) within the button.
clickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified cell.
clickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified cell.
clickCell(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified cell.
clickCell(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified cell.
clickCell(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified cell.
clickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified cell.
clickCell(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(String, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(String, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCell(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified cell.
clickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified cell.
clickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified cell.
clickCellR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified cell.
clickCellR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified cell.
clickCellR(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified cell.
clickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified cell.
clickCellR(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(String, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(String, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified cell.
clickCellRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickCellXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified column header.
clickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified column header.
clickColumnHeader(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified column header.
clickColumnHeader(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified column header.
clickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified column header.
clickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified column header.
clickColumnHeader(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified column header.
clickColumnHeader(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified column header.
clickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified column header.
clickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified column header.
clickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified column header.
clickColumnHeader(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified column header.
clickColumnHeader(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a left click on the specified column header.
clickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified column header.
clickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified column header.
clickColumnHeaderR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified column header.
clickColumnHeaderR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified column header.
clickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified column header.
clickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified column header.
clickColumnHeaderR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified column header.
clickColumnHeaderR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified column header.
clickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified column header.
clickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified column header.
clickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified column header.
clickColumnHeaderR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified column header.
clickColumnHeaderR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a right click on the specified column header.
clickColumnHeaderRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickColumnHeaderXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a single click at position (X, Y) in header-relative coordinates.
clickEvent(String) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Moves the mouse cursor to the specified event and then simulates a single click.
clickEvent(int) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Moves the mouse cursor to the specified event and then simulates a single click.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a single click.
clickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a single click.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.ComboBox
Selects an item.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.ComboBox
Selects an item.
clickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Moves the mouse cursor to the specified item of the specified group and clicks it with the left mouse button.
clickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Moves the mouse cursor to the specified item of the specified group and clicks it with the left mouse button.
clickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Moves the mouse cursor to the specified item of the specified group and clicks it with the left mouse button.
clickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Moves the mouse cursor to the specified item of the specified group and clicks it with the left mouse button.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click on the specified item.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click on the specified item.
clickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click on the specified item.
clickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click on the specified item.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column and then simulates a single click.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.RadioGroup
Selects an item specified by its index, from 0, or by its name.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.RadioGroup
Selects an item specified by its index, from 0, or by its name.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a left-click on the specified status bar item.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a left-click on the specified status bar item.
clickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a left-click on the specified status bar item.
clickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a left-click on the specified status bar item.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click on item.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click on item.
clickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click on item.
clickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click on item.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a single click.
clickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a single click with the Shift key pressed.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapDropdown
Moves the mouse cursor to the specified item and then simulates a single click.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapDropdown
Moves the mouse cursor to the specified item and then simulates a single click.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a mouse click on a tree item.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click over this item.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click over this item.
clickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click over this item.
clickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click over this item.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click on item.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click on item.
clickItem(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click on item.
clickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click on item.
clickItem(int, boolean, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click on item.
clickItem(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a single click.
clickItemM(String) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a middle click.
clickItemM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a middle click.
clickItemM(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a click of the middle mouse button.
clickItemM(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a middle click.
clickItemM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a middle click.
clickItemM(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(String, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(String, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(int, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(int, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemM(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the middle mouse button on a tree item.
clickItemMXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a click of the middle mouse button at (X,Y) inside item specified by index, from 0, or by name.
clickItemMXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a click of the middle mouse button at (X,Y) inside item specified by index, from 0, or by name.
clickItemMXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a click of the middle mouse button on the item at (X,Y).
clickItemMXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a click of the middle mouse button on the item at (X,Y).
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a right click.
clickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a right click.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a right-click on the specified item.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a right-click on the specified item.
clickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a right-click on the specified item.
clickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a right-click on the specified item.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a right click.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a right-click on the specified status bar item.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a right-click on the specified status bar item.
clickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a right-click on the specified status bar item.
clickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a right-click on the specified status bar item.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a right-click on item.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a right-click on item.
clickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a right-click on item.
clickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a right-click on item.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a right click.
clickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a right click.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a click of the right mouse button on a tree item.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click of the right mouse button over the item.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click of the right mouse button over the item.
clickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click of the right mouse button over the item.
clickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a click of the right mouse button over the item.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a right-click on item.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a right-click on item.
clickItemR(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a right-click on item.
clickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a right-click on item.
clickItemR(int, boolean, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a right-click on item.
clickItemR(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a right click.
clickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a right click at (X,Y) inside item specified by index, from 0, or by name.
clickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a right click at (X,Y) inside item specified by index, from 0, or by name.
clickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item,.
clickItemRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item,.
clickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
clickItemRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
clickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a right click on the item at (X,Y).
clickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a right click on the item at (X,Y).
clickItemRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right click at (x, y).
clickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
clickItemRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
clickItemRXY(int, int, int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
clickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
clickItemRXY(int, int, int, boolean, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
clickItemRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a click of the right mouse button at position (X, Y) in item-relative coordinates.
clickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a click at (X,Y) inside item.
clickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a click at (X,Y) inside item.
clickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item,.
clickItemXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item,.
clickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item.
clickItemXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item.
clickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a click on the item.
clickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a click on the item with the Shift key pressed.
clickItemXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a single click at (x, y).
clickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click at (X,Y) within the item.
clickItemXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click at (X,Y) within the item.
clickItemXY(int, int, int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click at (X,Y) within the item.
clickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click at (X,Y) within the item.
clickItemXY(int, int, int, boolean, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a click at (X,Y) within the item.
clickItemXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickItemXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a single click at position (X, Y) in item-relative coordinates.
clickLabel(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's label.
clickLabel(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's label.
clickLabel(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's label.
clickLabel(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's label.
clickLabelR(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's label.
clickLabelR(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's label.
clickLabelR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's label.
clickLabelR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's label.
clickLink() - Method in interface com.smartbear.testleft.testobjects.HyperLink
Performs a single click on the specified hyperlink.
clickLink(String) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Moves the mouse cursor to the specified link and then simulates a single click.
clickLink(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Moves the mouse cursor to the specified link and then simulates a single click.
clickLink(int) - Method in interface com.smartbear.testleft.testobjects.win.WinSysLink
Performs a single click on the link specified by its index, from 0.
clickLink(String) - Method in interface com.smartbear.testleft.testobjects.winforms.WinFormsLinkLabel
Performs a click on the specified link.
clickLink(int) - Method in interface com.smartbear.testleft.testobjects.winforms.WinFormsLinkLabel
Performs a click on the specified link.
clickM() - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a middle button click on the item.
clickM(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a middle button click on the item.
clickM() - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button single click in a window or control.
clickM(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button single click in a window or control.
clickM(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button single click in a window or control.
clickM() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click of the middle mouse button on the item column.
clickM(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click of the middle mouse button on the item column.
clickM(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click of the middle mouse button on the item column.
clickM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click of the middle mouse button on the item column.
clickM(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a click of the middle mouse button on the item column.
clickM() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a middle button click on the item.
clickM(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a middle button click on the item.
clickM(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a middle click.
clickM(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a middle click.
clickM(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a middle click.
clickM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a middle click.
clickMXY(int, int) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a middle button click on the item.
clickMXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a middle button click on the item.
clickMXY(int, int) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click of the middle mouse button on the item at (X,Y).
clickMXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click of the middle mouse button on the item at (X,Y).
clickMXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickMXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickMXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickMXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickNewRowCell(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
clickNewRowCell(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
clickNewRowCell(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
clickNewRowCell(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
clickNewRowCellR(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
clickNewRowCellR(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
clickNewRowCellR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
clickNewRowCellR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
clickNewRowCellRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickNewRowCellRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickNewRowCellRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickNewRowCellRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
clickNewRowCellXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickNewRowCellXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickNewRowCellXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickNewRowCellXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a single click at position (X, Y) in cell-relative coordinates.
clickNewRowIndicator() - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the left mouse button on the row to add a new record.
clickNewRowIndicator(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the left mouse button on the row to add a new record.
clickNewRowIndicatorR() - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button on the row to add a new record.
clickNewRowIndicatorR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a click of the right mouse button on the row to add a new record.
clickR() - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a right-click on the item.
clickR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a right-click on the item.
clickR() - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button single click in a window or control.
clickR(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button single click in a window or control.
clickR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button single click in a window or control.
clickR() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a right-click on the item column.
clickR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a right-click on the item column.
clickR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a right-click on the item column.
clickR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a right-click on the item column.
clickR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a right-click on the item column.
clickR() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a right-click on the item.
clickR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a right-click on the item.
clickR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a right click.
clickR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a right click.
clickR(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a right click.
clickR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a right click.
clickRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified row indicator.
clickRowIndicator(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a left click on the specified row indicator.
clickRowIndicator(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified row header.
clickRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified row header.
clickRowIndicator(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified row header.
clickRowIndicator(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a left click on the specified row header.
clickRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified row indicator.
clickRowIndicator(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified row indicator.
clickRowIndicator(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified row indicator.
clickRowIndicator(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified row indicator.
clickRowIndicator(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a left click on the specified row indicator.
clickRowIndicatorR(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified row indicator.
clickRowIndicatorR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a right click on the specified row indicator.
clickRowIndicatorR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified row header.
clickRowIndicatorR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified row header.
clickRowIndicatorR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified row header.
clickRowIndicatorR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a right click on the specified row header.
clickRowIndicatorR(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified row indicator.
clickRowIndicatorR(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified row indicator.
clickRowIndicatorR(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified row indicator.
clickRowIndicatorR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified row indicator.
clickRowIndicatorR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a right click on the specified row indicator.
clickRowIndicatorRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickRowIndicatorRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickRowIndicatorRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickRowIndicatorRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
clickRowIndicatorXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickRowIndicatorXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickRowIndicatorXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickRowIndicatorXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a single click at position (X, Y) in header-relative coordinates.
clickRXY(int, int) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a right-click on the item.
clickRXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a right-click on the item.
clickRXY(int, int) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click of the right mouse button on the item at (X,Y).
clickRXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click of the right mouse button on the item at (X,Y).
clickRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
clickSelectImage(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the left mouse button on the 'select image' element of the specified row.
clickSelectImage(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the left mouse button on the 'select image' element of the specified row.
clickSelectImageR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the right mouse button on the 'select image' element of the specified row.
clickSelectImageR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the right mouse button on the 'select image' element of the specified row.
clickStateImage(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the left mouse button on the 'state image' element of the specified row.
clickStateImage(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the left mouse button on the 'state image' element of the specified row.
clickStateImageR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the right mouse button on the 'state image' element of the specified row.
clickStateImageR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a click of the right mouse button on the 'state image' element of the specified row.
clickTab(String) - Method in interface com.smartbear.testleft.testobjects.TabControl
Selects the tabbed page specified by an item.
clickTab(int) - Method in interface com.smartbear.testleft.testobjects.TabControl
Selects the tabbed page specified by an item.
clickValue(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's cell value.
clickValue(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's cell value.
clickValue(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's cell value.
clickValue(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a left click on the specified item's cell value.
clickValueR(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's cell value.
clickValueR(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's cell value.
clickValueR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's cell value.
clickValueR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a right click on the specified item's cell value.
clickValueRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
clickValueRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
clickValueRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
clickValueRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
clickValueXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
clickValueXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
clickValueXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
clickValueXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
clickXY(int, int) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a click on the item.
clickXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a click on the item.
clickXY(int, int) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click on the item.
clickXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a click on the item at (x, y) with the Shift key pressed.
clickXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift.
clickXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift.
clickXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift.
clickXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift.
ClosableTabControl - Interface in com.smartbear.testleft.testobjects
The test interface for tab controls whose tab pages can be closed.
close() - Method in interface com.smartbear.testleft.testobjects.Menu
Closes the menu window.
close() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Closes the process by sending the WM_CLOSE message to its main window and waits until the process is closed or the specified time limit is reached.
close(int) - Method in interface com.smartbear.testleft.testobjects.TestProcess
Closes the process by sending the WM_CLOSE message to its main window and waits until the process is closed or the specified time limit is reached.
close() - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Closes the specified Window object.
close(int) - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Closes the specified Window object.
close() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Closes the alert.
close() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapModal
Closes the modal dialog.
close() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSPanel
Closes the panel.
close() - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Closes the page's tab in the browser.
close() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Simulates a mouse click on the Close button of the window's dockable pane.
closeFolder() - Method in class com.smartbear.testleft.Log
Closes the current log folder.
closeItem(String) - Method in interface com.smartbear.testleft.testobjects.AccordionWithClosableItems
Closes an accordion item.
closeItem(int) - Method in interface com.smartbear.testleft.testobjects.AccordionWithClosableItems
Closes an accordion item.
closeTab(String) - Method in interface com.smartbear.testleft.testobjects.ClosableTabControl
Closes the tabbed page specified by item.
closeTab(int) - Method in interface com.smartbear.testleft.testobjects.ClosableTabControl
Closes the tabbed page specified by its item.
closeUp() - Method in interface com.smartbear.testleft.testobjects.DropDown
Closes the control's drop-down window.
closeUp() - Method in interface com.smartbear.testleft.testobjects.DropDownButton
Performs a click on the drop-down arrow if the dropdown is still displayed.
closeUp() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSToggleSplitButton
Performs a click on the drop-down arrow if the drop-down menu is still displayed.
closeUp() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Closes the control's drop-down window.
closeUp() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Closes the control's popup calendar.
closeUp() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDropDownEditorButton
Simulates a click on the button to hide the drop-down window.
ClrFullClassName - Variable in class com.smartbear.testleft.testobjects.VCLNETPattern
The full class name of the sought-for Object.
ClrFullClassName - Variable in class com.smartbear.testleft.testobjects.WinFormsPattern
The full class name of the sought-for Object.
ClrFullClassName - Variable in class com.smartbear.testleft.testobjects.WPFPattern
The full class name of the sought-for Object.
collapse() - Method in interface com.smartbear.testleft.testobjects.Expander
Collapses the control.
collapse() - Method in interface com.smartbear.testleft.testobjects.GridViewGroup
Collapses the group.
collapse(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Collapses the specified item.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Collapses the specified item.
collapse() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Collapses the item.
collapse() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Collapses the item.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Collapses the specified row.
collapse(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Collapses the specified row.
collapse(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumTreeList
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebDataGrid
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Collapses the specified row.
collapse(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Collapses the specified column.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Collapses the specified column.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsXamDataGrid
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Collapses the specified row.
collapse(int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Collapses the specified row.
collapseChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Collapses the specified child view.
collapseChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Collapses the specified child view.
collapseChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Collapses the specified child view.
collapseChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Collapses the specified child view.
collapseChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Collapses the specified child view.
collapseGroup(String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Collapses the specified group.
collapseGroup(String) - Method in interface com.smartbear.testleft.testobjects.GridViewWithGroups
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.GridViewWithGroups
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikSlRadGridView
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Collapses the specified group.
collapseGroup(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Collapses the specified group.
collapseGroup(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Collapses the specified child group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGridGroups
Collapses the specified group.
collapseGroup(int) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFGridControl
Collapses the specified group.
collapseItem(String) - Method in interface com.smartbear.testleft.testobjects.Accordion
Collapses an accordion item.
collapseItem(int) - Method in interface com.smartbear.testleft.testobjects.Accordion
Collapses an accordion item.
collapseItem(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Collapses the specified tree item.
collapseItem(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Collapses the specified tree item.
collapseItem(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Collapses the specified tree view item.
collapseItem(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Collapses the specified tree item.
collapseItem(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Collapses the specified tree item.
collapseRow(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Collapses the specified row.
collapseRow(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Collapses the specified row.
ColumnIndex - Variable in class com.smartbear.testleft.testobjects.WebCellElementPattern
The column number (zero-based) of the sought-for cell.
com.smartbear.testleft - package com.smartbear.testleft
 
com.smartbear.testleft.options - package com.smartbear.testleft.options
 
com.smartbear.testleft.testobjects - package com.smartbear.testleft.testobjects
 
com.smartbear.testleft.testobjects.flash - package com.smartbear.testleft.testobjects.flash
 
com.smartbear.testleft.testobjects.javafx - package com.smartbear.testleft.testobjects.javafx
 
com.smartbear.testleft.testobjects.mfc - package com.smartbear.testleft.testobjects.mfc
 
com.smartbear.testleft.testobjects.qt - package com.smartbear.testleft.testobjects.qt
 
com.smartbear.testleft.testobjects.silverlight - package com.smartbear.testleft.testobjects.silverlight
 
com.smartbear.testleft.testobjects.silverlight.telerik - package com.smartbear.testleft.testobjects.silverlight.telerik
 
com.smartbear.testleft.testobjects.swing - package com.smartbear.testleft.testobjects.swing
 
com.smartbear.testleft.testobjects.vcl - package com.smartbear.testleft.testobjects.vcl
 
com.smartbear.testleft.testobjects.vcl.devexpress - package com.smartbear.testleft.testobjects.vcl.devexpress
 
com.smartbear.testleft.testobjects.web - package com.smartbear.testleft.testobjects.web
 
com.smartbear.testleft.testobjects.web.angular - package com.smartbear.testleft.testobjects.web.angular
 
com.smartbear.testleft.testobjects.web.bootstrap - package com.smartbear.testleft.testobjects.web.bootstrap
 
com.smartbear.testleft.testobjects.web.devexpress - package com.smartbear.testleft.testobjects.web.devexpress
 
com.smartbear.testleft.testobjects.web.extjs - package com.smartbear.testleft.testobjects.web.extjs
 
com.smartbear.testleft.testobjects.web.gwt - package com.smartbear.testleft.testobjects.web.gwt
 
com.smartbear.testleft.testobjects.web.infragistics - package com.smartbear.testleft.testobjects.web.infragistics
 
com.smartbear.testleft.testobjects.web.jqueryui - package com.smartbear.testleft.testobjects.web.jqueryui
 
com.smartbear.testleft.testobjects.web.mootools - package com.smartbear.testleft.testobjects.web.mootools
 
com.smartbear.testleft.testobjects.web.telerik - package com.smartbear.testleft.testobjects.web.telerik
 
com.smartbear.testleft.testobjects.web.xul - package com.smartbear.testleft.testobjects.web.xul
 
com.smartbear.testleft.testobjects.web.yui2 - package com.smartbear.testleft.testobjects.web.yui2
 
com.smartbear.testleft.testobjects.win - package com.smartbear.testleft.testobjects.win
 
com.smartbear.testleft.testobjects.winforms - package com.smartbear.testleft.testobjects.winforms
 
com.smartbear.testleft.testobjects.winforms.componentone - package com.smartbear.testleft.testobjects.winforms.componentone
 
com.smartbear.testleft.testobjects.winforms.devexpress - package com.smartbear.testleft.testobjects.winforms.devexpress
 
com.smartbear.testleft.testobjects.winforms.infragistics - package com.smartbear.testleft.testobjects.winforms.infragistics
 
com.smartbear.testleft.testobjects.winforms.janus - package com.smartbear.testleft.testobjects.winforms.janus
 
com.smartbear.testleft.testobjects.winforms.syncfusion - package com.smartbear.testleft.testobjects.winforms.syncfusion
 
com.smartbear.testleft.testobjects.winforms.telerik - package com.smartbear.testleft.testobjects.winforms.telerik
 
com.smartbear.testleft.testobjects.winforms.xceed - package com.smartbear.testleft.testobjects.winforms.xceed
 
com.smartbear.testleft.testobjects.wpf - package com.smartbear.testleft.testobjects.wpf
 
com.smartbear.testleft.testobjects.wpf.devexpress - package com.smartbear.testleft.testobjects.wpf.devexpress
 
com.smartbear.testleft.testobjects.wpf.telerik - package com.smartbear.testleft.testobjects.wpf.telerik
 
ComboBox - Interface in com.smartbear.testleft.testobjects
The test interface for combo box controls.
ComboBoxMulti - Interface in com.smartbear.testleft.testobjects
The test interface for combo box controls.
compareTo(Version) - Method in class com.smartbear.testleft.testobjects.Version
 
ComponentOneMainMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms.componentone
The test interface for window controls whose main menu was created with the ComponentOne Menus and Toolbars for .NET Suite.
CompositeControlDescription() - Constructor for class com.smartbear.testleft.options.OptionsManager.WPFSettings.CompositeControlDescription
 
ConsoleWindow - Interface in com.smartbear.testleft.testobjects
The test interface for command-line windows (consoles).
contentText - Variable in class com.smartbear.testleft.testobjects.WebCellElementPattern
The text the sought-for cell contains (including the text of child elements).
contentText - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The text the sought-for Object contains (including the text of child elements).
Control - Interface in com.smartbear.testleft.testobjects
 
ControlId - Variable in class com.smartbear.testleft.testobjects.WindowPattern
Specifies the window identifier for the search.
ControlIndex - Variable in class com.smartbear.testleft.testobjects.MSAAPattern
The index (zero-based) of the sought-for Object in the parent Object's collection of child Objects.
ControlPattern - Class in com.smartbear.testleft.testobjects
A search pattern for onscreen test Objects.
ControlPattern() - Constructor for class com.smartbear.testleft.testobjects.ControlPattern
Creates a new instance of the ControlPattern class.
controls - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The controls attribute value of the sought-for web element.

D

data - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
Applied to OBJECT elements.
DatePicker - Interface in com.smartbear.testleft.testobjects
The test interface for date picker controls.
DatePickerNullable - Interface in com.smartbear.testleft.testobjects
The test interface for date picker controls.
dblClick() - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click on the item.
dblClick(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click on the item.
dblClick() - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button double click in a window or control.
dblClick(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button double click in a window or control.
dblClick(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button double click in a window or control.
dblClick() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click on the item column.
dblClick(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click on the item column.
dblClick(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click on the item column.
dblClick(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click on the item column.
dblClick(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click on the item column.
dblClick() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double-click on the item.
dblClick(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double-click on the item.
dblClick(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click.
dblClick(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click.
dblClick(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click.
dblClick(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click.
dblClickButton() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a double click on the button.
dblClickButton(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a double click on the button.
dblClickButtonR() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a double-click of the right mouse button on the button.
dblClickButtonR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Simulates a double-click of the right mouse button on the button.
dblClickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified cell.
dblClickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified cell.
dblClickCell(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified cell.
dblClickCell(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified cell.
dblClickCell(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified cell.
dblClickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified cell.
dblClickCell(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(String, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(String, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(int, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCell(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified cell.
dblClickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified cell.
dblClickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified cell.
dblClickCellR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified cell.
dblClickCellR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified cell.
dblClickCellR(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified cell.
dblClickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified cell.
dblClickCellR(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(String, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(String, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(int, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified cell.
dblClickCellRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickCellXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified column header.
dblClickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified column header.
dblClickColumnHeader(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified column header.
dblClickColumnHeader(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified column header.
dblClickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified column header.
dblClickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified column header.
dblClickColumnHeader(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified column header.
dblClickColumnHeader(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified column header.
dblClickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified column header.
dblClickColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified column header.
dblClickColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified column header.
dblClickColumnHeader(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified column header.
dblClickColumnHeader(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click on the specified column header.
dblClickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified column header.
dblClickColumnHeaderR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double right click on the specified column header.
dblClickColumnHeaderRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickColumnHeaderXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickDivider(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Simulates a double-click on the divider which is to the right of the specified header item.
dblClickDivider(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Simulates a double-click on the divider which is to the right of the specified header item.
dblClickDivider(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Simulates a double-click on the divider which is to the right of the specified header item.
dblClickDivider(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Simulates a double-click on the divider which is to the right of the specified header item.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a double-click.
dblClickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a double-click.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.ListBox
Moves the mouse cursor to Item and then simulates a double click on it.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Moves the mouse cursor to Item and then simulates a double click on it.
dblClickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Moves the mouse cursor to Item and then simulates a double click on it.
dblClickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Moves the mouse cursor to Item and then simulates a double click on it.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double-click on the specified status bar item.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double-click on the specified status bar item.
dblClickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double-click on the specified status bar item.
dblClickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double-click on the specified status bar item.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double click on item.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double click on item.
dblClickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double click on item.
dblClickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double click on item.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a double-click.
dblClickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a double-click with the Shift key pressed.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click on a tree item.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click over this item.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click over this item.
dblClickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click over this item.
dblClickItem(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click over this item.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double click on item.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double click on item.
dblClickItem(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double click on item.
dblClickItem(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double click on item.
dblClickItem(int, boolean, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double click on item.
dblClickItem(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItem(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double-click.
dblClickItemM(String) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickItemM(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(String, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(String, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(int, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(int, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemM(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the middle mouse button on a tree item.
dblClickItemMXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a double click of the middle mouse button at (X,Y) inside item specified by index, from 0, or by name.
dblClickItemMXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a double click of the middle mouse button at (X,Y) inside item specified by index, from 0, or by name.
dblClickItemMXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a double click of the middle mouse button on the item at (X,Y).
dblClickItemMXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a double click of the middle mouse button on the item at (X,Y).
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double right-click on the specified item.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double right-click on the specified item.
dblClickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double right-click on the specified item.
dblClickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double right-click on the specified item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Moves the mouse cursor to the specified item and column then simulates a double-click of the right mouse button over that item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double right click on the specified status bar item.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double right click on the specified status bar item.
dblClickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double right click on the specified status bar item.
dblClickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double right click on the specified status bar item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Simulates a double-click of the right mouse button on a tree item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over the item.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over the item.
dblClickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over the item.
dblClickItemR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over the item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(int, boolean, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Simulates a double-click of the right mouse button on item.
dblClickItemR(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(String, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(String, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Moves the mouse cursor to the item and then simulates a double click.
dblClickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a double click of the right mouse button at (X,Y) inside item specified by index, from 0 or by name.
dblClickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a double click of the right mouse button at (X,Y) inside item specified by index, from 0 or by name.
dblClickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item,.
dblClickItemRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item,.
dblClickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
dblClickItemRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a double-click of the right mouse button at position (X, Y) inside item.
dblClickItemRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a double-click of the right mouse button on the item at (X,Y).
dblClickItemRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a double-click of the right mouse button on the item at (X,Y).
dblClickItemRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
dblClickItemRXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemRXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double-click of the right mouse button at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a double click at (X,Y) inside item specified by index, from 0, or by name.
dblClickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Bar
Simulates a double click at (X,Y) inside item specified by index, from 0, or by name.
dblClickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ListBox
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item,.
dblClickItemXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item,.
dblClickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item.
dblClickItemXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Simulates a click at (X,Y) inside item.
dblClickItemXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a double-click on the item.
dblClickItemXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeView
Simulates a double-click on the item with the Shift key pressed.
dblClickItemXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
dblClickItemXY(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(String, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickItemXY(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Simulates a double click at position (X, Y) in item-relative coordinates.
dblClickLabel(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's label.
dblClickLabel(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's label.
dblClickLabel(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's label.
dblClickLabel(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's label.
dblClickLabelR(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's label.
dblClickLabelR(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's label.
dblClickLabelR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's label.
dblClickLabelR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's label.
dblClickM() - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the middle mouse button on the item.
dblClickM(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the middle mouse button on the item.
dblClickM() - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button double click in a window or control.
dblClickM(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button double click in a window or control.
dblClickM(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button double click in a window or control.
dblClickM() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the middle mouse button on the item column.
dblClickM(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the middle mouse button on the item column.
dblClickM(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the middle mouse button on the item column.
dblClickM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the middle mouse button on the item column.
dblClickM(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the middle mouse button on the item column.
dblClickM() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double-click of the middle mouse button on the item.
dblClickM(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double-click of the middle mouse button on the item.
dblClickM(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickM(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickM(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickM(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
dblClickMXY(int, int) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the middle mouse button on the item.
dblClickMXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the middle mouse button on the item.
dblClickMXY(int, int) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double click of the middle mouse button on the item at (X,Y).
dblClickMXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double click of the middle mouse button on the item at (X,Y).
dblClickMXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
dblClickMXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
dblClickMXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
dblClickMXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
dblClickNewRowCell(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click on the specified cell of the row to add a new record.
dblClickNewRowCell(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click on the specified cell of the row to add a new record.
dblClickNewRowCell(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click on the specified cell of the row to add a new record.
dblClickNewRowCell(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click on the specified cell of the row to add a new record.
dblClickNewRowCellR(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
dblClickNewRowCellR(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
dblClickNewRowCellR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
dblClickNewRowCellR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
dblClickNewRowCellRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickNewRowCellRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickNewRowCellRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickNewRowCellRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
dblClickNewRowCellXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickNewRowCellXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickNewRowCellXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickNewRowCellXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click at position (X, Y) in cell-relative coordinates.
dblClickNewRowIndicator() - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click on the row to add a new record.
dblClickNewRowIndicator(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click on the row to add a new record.
dblClickNewRowIndicatorR() - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click of the right mouse button on the row to add a new record.
dblClickNewRowIndicatorR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double click of the right mouse button on the row to add a new record.
dblClickR() - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the right mouse button on the item.
dblClickR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the right mouse button on the item.
dblClickR() - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button double click in a window or control.
dblClickR(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button double click in a window or control.
dblClickR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button double click in a window or control.
dblClickR() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the right mouse button on the item column.
dblClickR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the right mouse button on the item column.
dblClickR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the right mouse button on the item column.
dblClickR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the right mouse button on the item column.
dblClickR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Simulates a double-click of the right mouse button on the item column.
dblClickR() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double-click of the right mouse button on the item.
dblClickR(ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double-click of the right mouse button on the item.
dblClickR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickR(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
dblClickRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified row indicator.
dblClickRowIndicator(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double-click on the specified row indicator.
dblClickRowIndicator(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified row header.
dblClickRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified row header.
dblClickRowIndicator(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified row header.
dblClickRowIndicator(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click on the specified row header.
dblClickRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified row indicator.
dblClickRowIndicator(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified row indicator.
dblClickRowIndicator(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified row indicator.
dblClickRowIndicator(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified row indicator.
dblClickRowIndicator(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double-click on the specified row indicator.
dblClickRowIndicatorR(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified row indicator.
dblClickRowIndicatorR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.GridView
Simulates a double right click on the specified row indicator.
dblClickRowIndicatorR(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified Row header.
dblClickRowIndicatorR(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified Row header.
dblClickRowIndicatorR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified Row header.
dblClickRowIndicatorR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double right click on the specified Row header.
dblClickRowIndicatorR(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified row indicator.
dblClickRowIndicatorR(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified row indicator.
dblClickRowIndicatorR(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified row indicator.
dblClickRowIndicatorR(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified row indicator.
dblClickRowIndicatorR(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Simulates a double right click on the specified row indicator.
dblClickRowIndicatorRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickRowIndicatorRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickRowIndicatorRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickRowIndicatorRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
dblClickRowIndicatorXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickRowIndicatorXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickRowIndicatorXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickRowIndicatorXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Simulates a double-click at position (X, Y) in header-relative coordinates.
dblClickRXY(int, int) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the right mouse button on the item.
dblClickRXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click of the right mouse button on the item.
dblClickRXY(int, int) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double click of the right mouse button on the item at (X,Y).
dblClickRXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double click of the right mouse button on the item at (X,Y).
dblClickRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift.
dblClickRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift.
dblClickRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift.
dblClickRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift.
dblClickSelectImage(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the left mouse button on the 'select image' element of the specified row.
dblClickSelectImage(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the left mouse button on the 'select image' element of the specified row.
dblClickSelectImageR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the right mouse button on the 'select image' element of the specified row.
dblClickSelectImageR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the right mouse button on the 'select image' element of the specified row.
dblClickStateImage(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the left mouse button on the 'state image' element of the specified row.
dblClickStateImage(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the left mouse button on the 'state image' element of the specified row.
dblClickStateImageR(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the right mouse button on the 'state image' element of the specified row.
dblClickStateImageR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Simulates a double click of the right mouse button on the 'state image' element of the specified row.
dblClickValue(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's cell value.
dblClickValue(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's cell value.
dblClickValue(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's cell value.
dblClickValue(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click on the specified item's cell value.
dblClickValueR(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's cell value.
dblClickValueR(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's cell value.
dblClickValueR(String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's cell value.
dblClickValueR(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double right click on the specified item's cell value.
dblClickValueRXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
dblClickValueRXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
dblClickValueRXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
dblClickValueRXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
dblClickValueXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
dblClickValueXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
dblClickValueXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
dblClickValueXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
dblClickXY(int, int) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click on the item.
dblClickXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.BarItemClickable
Simulates a double-click on the item.
dblClickXY(int, int) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double click on the item at (x, y).
dblClickXY(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Simulates a double click on the item at (x, y) with the Shift key pressed.
dblClickXY(int, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
dblClickXY(int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
dblClickXY(String, int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
dblClickXY(String, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift.
DEFAULT_LOCAL_PORT - Static variable in interface com.smartbear.testleft.Driver
 
Desktop - Interface in com.smartbear.testleft.testobjects
The test interface for the Windows Desktop.
DevExpressQuantumGrid - Interface in com.smartbear.testleft.testobjects.vcl.devexpress
The test interface for Developer Express QuantumGrid controls.
DevExpressQuantumTreeList - Interface in com.smartbear.testleft.testobjects.vcl.devexpress
The test interface for Developer Express tree list controls.
DevExpressVCLSpinButton - Interface in com.smartbear.testleft.testobjects.vcl.devexpress
The test interface for Developer Express spin button controls (VCL).
DevExpressWebMenu - Interface in com.smartbear.testleft.testobjects.web.devexpress
The test interface for Developer Express ASPxMenu controls.
DevExpressWebTabControl - Interface in com.smartbear.testleft.testobjects.web.devexpress
The test interface for Developer Express ASP.NET tabbed controls.
DevExpressWPFButtonEdit - Interface in com.smartbear.testleft.testobjects.wpf.devexpress
A test interface for Developer Express WPF ButtonEdit controls.
DevExpressWPFButtonEditButton - Interface in com.smartbear.testleft.testobjects.wpf.devexpress
FIXME Empty description
DevExpressWPFButtonEditRepeatButton - Interface in com.smartbear.testleft.testobjects.wpf.devexpress
A test interface for the repeat button inside the Developer Express ButtonEdit control (WPF)
DevExpressWPFButtonEditSimpleButton - Interface in com.smartbear.testleft.testobjects.wpf.devexpress
A test interface for a simple button inside the Developer Express ButtonEdit control (WPF)
DevExpressWPFButtonEditToggleButton - Interface in com.smartbear.testleft.testobjects.wpf.devexpress
A test interface for the toggle button inside the Developer Express ButtonEdit control (WPF)
DevExpressWPFGridControl - Interface in com.smartbear.testleft.testobjects.wpf.devexpress
The test interface for Developer Express WPF grid controls.
DevExpressXtraEditButton - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for Developer Express button edit controls.
DevExpressXtraEditWithButtons - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The extended test interface for Developer Express button edit controls.
DevExpressXtraGrid - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for Developer Express XtraGrid controls.
DevExpressXtraMainMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for window controls whose main menu was created with the Developer Express XtraBars Suite.
DevExpressXtraPopupMenu - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for the Developer Express XtraPopupMenu controls.
DevExpressXtraPopupMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for controls whose context menu was created with the Developer Express XtraBars Suite.
DevExpressXtraTextEdit - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for Developer Express text edit controls.
DevExpressXtraTreeList - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for Developer Express XtraTreeList controls.
DevExpressXtraVerticalGrid - Interface in com.smartbear.testleft.testobjects.winforms.devexpress
The test interface for Developer Express XtraVerticalGrid controls.
dock() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Sets a docking state for the window's dockable pane.
doDefaultAction() - Method in interface com.smartbear.testleft.testobjects.MSAAObject
Simulates the default action associated with the control.
down() - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Decreases the value of the SpinBox control.
down(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Decreases the value of the SpinBox control.
down() - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Decreases the value of the SpinBox control.
down(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Decreases the value of the SpinBox control.
down() - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Decreases the value of the SpinBox control.
down(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Decreases the value of the SpinBox control.
down() - Method in interface com.smartbear.testleft.testobjects.UpDownEdit
Simulates a mouse click on the Down arrow button of the Spinner control.
down() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsSpinEditorButton
Simulates a mouse click on the Down arrow button of the spin editor button.
download - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The download attribute value of the sought-for web element.
drag(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button mouse drag in a window or control.
drag(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a left-button mouse drag in a window or control.
dragM(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button mouse drag in a window or control.
dragM(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a middle-button mouse drag in a window or control.
dragR(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button mouse drag in a window or control.
dragR(int, int, int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates a right-button mouse drag in a window or control.
Driver - Interface in com.smartbear.testleft
 
DropDown - Interface in com.smartbear.testleft.testobjects
The test interface for a control with a drop-down panel or list (a combo box, drop-down button, color drop-down, and so on).
dropDown() - Method in interface com.smartbear.testleft.testobjects.DropDown
Opens the control's drop-down window.
dropDown() - Method in interface com.smartbear.testleft.testobjects.DropDownButton
Performs a click on the drop-down arrow and waits until the specified state is set.
dropDown() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSToggleSplitButton
Performs a click on the drop-down arrow and waits until the specified state is set.
dropDown() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Opens the control's drop-down window.
dropDown() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Displays the control's popup calendar.
dropDown() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDropDownEditorButton
Simulates a click on the editor button to display or hide the drop-down window and waits until the window becomes open or hidden.
DropDownButton - Interface in com.smartbear.testleft.testobjects
The test interface for button controls that have a drop-down panel or list.
DropDownWithText - Interface in com.smartbear.testleft.testobjects
The test interface for controls that have a text box and a drop-down window or list.

E

Enabled - Variable in class com.smartbear.testleft.testobjects.ControlPattern
Specifies whether the sought-for control is enabled (true) or disabled (false).
enctype - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The enctype attribute value of the sought-for web element.
EngineOptions - Class in com.smartbear.testleft.options
An abstract base class for other classes that provides access to options.
EngineOptions() - Constructor for class com.smartbear.testleft.options.EngineOptions
 
equals(Object) - Method in class com.smartbear.testleft.testobjects.Version
 
error(String) - Method in class com.smartbear.testleft.Log
Posts a new error message to the test log.
error(String, String) - Method in class com.smartbear.testleft.Log
Posts a new error message to the test log.
evaluateXPath(String) - Method in interface com.smartbear.testleft.testobjects.web.WebObject
Runs an XPath query and returns the result.
evaluateXPath(String, boolean) - Method in interface com.smartbear.testleft.testobjects.web.WebObject
Runs an XPath query and returns the result.
expand() - Method in interface com.smartbear.testleft.testobjects.Expander
Expands the control.
expand() - Method in interface com.smartbear.testleft.testobjects.GridViewGroup
Expands the group.
expand(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Expands the specified item.
expand(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Expands the specified item.
expand() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Expands the item.
expand() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Expands the item.
expand(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Expands the specified row.
expand(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Expands the specified row.
expand(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumTreeList
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebDataGrid
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Expands the specified row.
expand(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Expands the specified column.
expand(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Expands the specified column.
expand(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsXamDataGrid
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Expands the specified row.
expand(int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Expands the specified row.
expandChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Expands the specified child view.
expandChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Expands the specified child view.
expandChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Expands the specified child view.
expandChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Expands the specified child view.
expandChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Expands the specified child view.
Expander - Interface in com.smartbear.testleft.testobjects
The test interface for expander controls.
expandGroup(String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Expands the specified group.
expandGroup(String) - Method in interface com.smartbear.testleft.testobjects.GridViewWithGroups
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.GridViewWithGroups
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikSlRadGridView
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Expands the specified group.
expandGroup(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Expands the specified group.
expandGroup(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGridGroups
Expands the specified group.
expandGroup(int) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFGridControl
Expands the specified group.
expandItem(String) - Method in interface com.smartbear.testleft.testobjects.Accordion
Expands an accordion item.
expandItem(int) - Method in interface com.smartbear.testleft.testobjects.Accordion
Expands an accordion item.
expandItem(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Expands the specified tree item.
expandItem(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Expands the specified tree item.
expandItem(String) - Method in interface com.smartbear.testleft.testobjects.TreeView
Expands the specified tree view item.
expandItem(String) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Expands a tree item.
expandItem(int) - Method in interface com.smartbear.testleft.testobjects.web.xul.XULTree
Expands a tree item.
expandRow(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Expands the specified row.
expandRow(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Expands the specified row.
ExplorerBar - Interface in com.smartbear.testleft.testobjects
The test interface for explorer bar (also known as navigation bar) controls.
ExtJSComboBox - Interface in com.smartbear.testleft.testobjects.web.extjs
The test interface for Sencha Ext JS combo box controls.
ExtJSMultiSlider - Interface in com.smartbear.testleft.testobjects.web.extjs
The test interface for Sencha Ext JS multi slider controls.
ExtJSPanel - Interface in com.smartbear.testleft.testobjects.web.extjs
The test interface for Sencha Ext JS panel controls.
ExtJSSingleSlider - Interface in com.smartbear.testleft.testobjects.web.extjs
The test interface for Sencha Ext JS slider controls.
ExtJSTimeField - Interface in com.smartbear.testleft.testobjects.web.extjs
The test interface for Sencha Ext JS time field controls.
ExtJSToggleSplitButton - Interface in com.smartbear.testleft.testobjects.web.extjs
The test interface for Sencha Ext JS split button controls.
ExtJSTreePanelView - Interface in com.smartbear.testleft.testobjects.web.extjs
The test interface for Sencha Ext JS tree panel controls.

F

find(Class, SearchPattern) - Method in interface com.smartbear.testleft.Driver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int) - Method in interface com.smartbear.testleft.Driver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int, int) - Method in interface com.smartbear.testleft.Driver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern) - Method in class com.smartbear.testleft.LocalDriver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int) - Method in class com.smartbear.testleft.LocalDriver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int, int) - Method in class com.smartbear.testleft.LocalDriver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern) - Method in class com.smartbear.testleft.RemoteDriver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int) - Method in class com.smartbear.testleft.RemoteDriver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int, int) - Method in class com.smartbear.testleft.RemoteDriver
Searches for an object that matches the specified pattern.
find(Class, SearchPattern) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for an object that matches the specified pattern.
find(Class, SearchPattern, int, int) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for an object that matches the specified pattern.
findAll(Class, SearchPattern) - Method in interface com.smartbear.testleft.Driver
Searches for objects that match the specified pattern.
findAll(Class, SearchPattern, int) - Method in interface com.smartbear.testleft.Driver
Searches for objects that match the specified pattern.
findAll(Class, SearchPattern) - Method in class com.smartbear.testleft.LocalDriver
Searches for objects that match the specified pattern.
findAll(Class, SearchPattern, int) - Method in class com.smartbear.testleft.LocalDriver
Searches for objects that match the specified pattern.
findAll(Class, SearchPattern) - Method in class com.smartbear.testleft.RemoteDriver
Searches for objects that match the specified pattern.
findAll(Class, SearchPattern, int) - Method in class com.smartbear.testleft.RemoteDriver
Searches for objects that match the specified pattern.
findAll(Class, SearchPattern) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for objects that match the specified pattern.
findAll(Class, SearchPattern, int) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for objects that match the specified pattern.
findChildByXPath(Class, String) - Method in interface com.smartbear.testleft.testobjects.web.WebObject
Finds a child object that matches the specified XPath query.
findChildByXPath(Class, String, boolean) - Method in interface com.smartbear.testleft.testobjects.web.WebObject
 
FindResult<T extends ObjectTreeNode> - Class in com.smartbear.testleft
The object that contains the search result and the found object.
FindResult() - Constructor for class com.smartbear.testleft.FindResult
 
FindResult(boolean, T) - Constructor for class com.smartbear.testleft.FindResult
 
findRow(String, Object) - Method in interface com.smartbear.testleft.testobjects.GridView
Returns the index of the first row that contains the specified value in the specified column.
findRow(int, Object) - Method in interface com.smartbear.testleft.testobjects.GridView
Returns the index of the first row that contains the specified value in the specified column.
findRow(String, Object) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Returns the index of the first row that contains the specified value in the specified column.
findRow(int, Object) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Returns the index of the first row that contains the specified value in the specified column.
findRow(String, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Returns the index of the first row that contains the specified value in the specified column.
findRow(int, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Returns the index of the first row that contains the specified value in the specified column.
findRow(String, Object, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Returns the index of the first row that contains the specified value in the specified column.
findRow(String, Object, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Returns the index of the first row that contains the specified value in the specified column.
findRow(int, Object, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Returns the index of the first row that contains the specified value in the specified column.
findRow(int, Object, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Returns the index of the first row that contains the specified value in the specified column.
findRow(String, Object) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Returns the index of the first row that contains the specified value in the specified column.
findRow(int, Object) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Returns the index of the first row that contains the specified value in the specified column.
FlashPattern - Class in com.smartbear.testleft.testobjects
A search pattern for Flash\Flex test Objects.
FlashPattern() - Constructor for class com.smartbear.testleft.testobjects.FlashPattern
Creates a new instance of the FlashPattern class.
focusItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Focuses the specified list view item.
focusItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Focuses the specified list view item.
form - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The form attribute value of the sought-for web element (for example, of the sought-for select element).
FrameworkId - Variable in class com.smartbear.testleft.testobjects.UIAPattern
The FrameworkId (UIA_FrameworkIdPropertyId) property value of the sought-for automation element (for example, "Win32", "WinForm" or "DirectUI").

G

get() - Method in class com.smartbear.testleft.FindResult
Get the search result if the object was found.
get(String) - Method in class com.smartbear.testleft.options.ObjectMappingSettings
Provides access to a child object in the Object Mapping settings.
get(String) - Method in class com.smartbear.testleft.options.ObjectMappingSettings.MappedObject
Provides access to a child object in the Object Mapping settings.
getActionMainMenu() - Method in interface com.smartbear.testleft.testobjects.vcl.BorlandActionMainMenuOwner
Returns the Menu object for the main menu of the window.
getAlign() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns the item's content alignment.
getApplications() - Method in interface com.smartbear.testleft.Driver
Provides access to the "ApplicationManager" object used to run applications.
getApplications() - Method in class com.smartbear.testleft.LocalDriver
Provides access to the "ApplicationManager" object used to run applications.
getApplications() - Method in class com.smartbear.testleft.RemoteDriver
Provides access to the "ApplicationManager" object used to run applications.
getASPxMenu() - Method in interface com.smartbear.testleft.testobjects.web.devexpress.DevExpressWebMenu
Returns the Menu object for the control.
getAutoWaitTimeout() - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Gets the number of milliseconds to wait for an expected Object to become available, or for an unexpected window to close, before posting a timeout error.
getBold() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns true if the item is bold (TVIS_BOLD).
getBorderSelect() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the BorderSelect style is used.
getBounds() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the item bounds.
getBrowsers() - Method in class com.smartbear.testleft.ApplicationManager
Returns information about all the supported browsers that are available on the current computer.
getBuildPart() - Method in class com.smartbear.testleft.testobjects.Version
 
getC1MainMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.componentone.ComponentOneMainMenuOwner
Returns the Menu object for the main menu of the window.
getCaption() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns the caption of the menu item.
getCaption() - Method in interface com.smartbear.testleft.testobjects.MSAAObject
Gets the control's caption.
getCaption() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditButton
Returns the button caption.
getCaption() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditButton
Returns the button's caption.
getCheckBoxes() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the CheckBoxes style is used.
getChecked() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns true if the menu item is checked.
getChecked() - Method in interface com.smartbear.testleft.testobjects.TreeViewItemCheckable
Returns true if the item is selected.
getChildren() - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Gets the collection of child objects.
getClassName() - Method in class com.smartbear.testleft.options.OptionsManager.ClassFilterEntry
The name of the class.
getClassName() - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings.CompositeControlDescription
Gets the fully-qualified class name of the control with template-generated elements.
getCollectTestVisualizer() - Method in class com.smartbear.testleft.options.OptionsManager.VisualizerSettings
Gets Test Visualizer's mode during the test run.
getColor() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewBackground
Returns the background color of a list-view control.
getColumnCount() - Method in interface com.smartbear.testleft.testobjects.web.WebTable
Returns the number of columns in the table.
getColumnCount(int) - Method in interface com.smartbear.testleft.testobjects.web.WebTable
Returns the number of columns in the table.
getColumnIndex() - Method in interface com.smartbear.testleft.testobjects.web.WebCell
The cell's column index (zero-based).
getCommandLine() - Method in interface com.smartbear.testleft.testobjects.TestProcess
The command line passed to the process at the moment of the process creation.
getCompositeControls() - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings
Returns a list of WPF controls whose template-generated elements TestLeft will expose.
getCompositeItemsControls() - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings
Returns a list of WPF controls that contain items whose template-generated internal elements TestLeft will expose.
getContentText() - Method in interface com.smartbear.testleft.testobjects.web.WebElement
The text the web element controls.
getCount() - Method in interface com.smartbear.testleft.testobjects.ItemCollection
Returns the number of items.
getCount() - Method in interface com.smartbear.testleft.testobjects.Menu
Returns the number of items in the menu.
getCPUUsage() - Method in interface com.smartbear.testleft.testobjects.TestProcess
The approximate percentage of time the CPU is currently spending for the process execution.
getCreatedIface() - Method in exception com.smartbear.testleft.InvalidTypeCastException
Get the type information of the interface returned by the find, findAll or tryFind method.
getCut() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns true if the item is selected as part of a cut-and-paste operation (TVIS_CUT).
getDebug() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.DebugSettings object.
getDescription() - Method in interface com.smartbear.testleft.testobjects.MSAAObject
Gets the control's description.
getDescriptionBottom() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s bottom description text.
getDescriptionTop() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s top description text.
getDesktop() - Method in interface com.smartbear.testleft.Driver
Returns the object that represents the desktop.
getDesktop() - Method in class com.smartbear.testleft.LocalDriver
Returns the object that represents the desktop.
getDesktop() - Method in class com.smartbear.testleft.RemoteDriver
Returns the object that represents the desktop.
getDraggingDelay() - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Gets the number of milliseconds it takes the mouse cursor to pass 20 pixels.
getDropHilited() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns true if the item is selected as a drag-and-drop target (TVIS_DROPHILITED).
getEdition() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The operating system's edition.
getEnabled() - Method in interface com.smartbear.testleft.testobjects.Control
Specifies whether the object is enabled or disabled.
getEnabled() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns true if the menu item is enabled.
getEnabled() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditorButtonBase
Returns true if the editor button is enabled.
getEnabled() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditButton
Returns whether the editor button is enabled.
getEssMainMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssMainMenuOwner
Returns the Menu object for the main menu of the window.
getExpanded() - Method in interface com.smartbear.testleft.testobjects.GridViewGroup
Returns true if the group is expanded.
getExpanded() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Returns true if the item is expanded.
getExpanded() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Returns true if the item is expanded.
getExtendedImage() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s extended image.
getFamily() - Method in class com.smartbear.testleft.BrowserInfo
Returns the browser's family name
getFileVersionInfo() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Specifies the version information of the executable that started the process.
getFilteringMode() - Method in class com.smartbear.testleft.options.ProcessFilterSettings
Gets the processes listed in the process filter.
getFlatScrollBar() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the FlatScrollBars style is used.
getFlex() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.FlexSettings object.
getFocused() - Method in interface com.smartbear.testleft.testobjects.Window
Specifies whether the window is currently focused.
getFooter() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the text of the group’s footer.
getFooterAlign() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the alignment of the group’s footer text.
getFriendlyName() - Method in interface com.smartbear.testleft.testobjects.WinRTProcess
Returns the name of the process as it is visible to users in the operating system.
getFullName() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The full name of the operating system.
getFullRowSelect() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the FullRowSelect style is used.
getGeneral() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.GeneralSettings object.
getGrayed() - Method in interface com.smartbear.testleft.testobjects.win.WinPagerButtonState
Returns true if the state of the button is grayed.
getGridLines() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the GridLines style is used.
getGroups() - Method in interface com.smartbear.testleft.testobjects.GridViewGroup
Returns a collection of subgroups.
getGWTMenu() - Method in interface com.smartbear.testleft.testobjects.web.gwt.GWTMenuBar
Returns the Menu object for the control.
getHandle() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the item handle (HTREEITEM).
getHandle() - Method in interface com.smartbear.testleft.testobjects.Window
Returns the window's handle (an HWND value).
getHandleCount() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Returns the number of used handles in the process.
getHasCheckBox() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the item has a check-box.
getHasImage() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the item has an image.
getHeader() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the text of the group’s header.
getHeaderAlign() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the alignment of the group’s header text.
getHeaderDragDrop() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the HeaderDragDrop style is used.
getHeight() - Method in interface com.smartbear.testleft.testobjects.Control
The object's height in pixels.
getHeight() - Method in interface com.smartbear.testleft.testobjects.Desktop
Returns the height of the desktop.
getHot() - Method in interface com.smartbear.testleft.testobjects.win.WinPagerButtonState
Returns true if the state of the button is hot.
getHScroll() - Method in interface com.smartbear.testleft.testobjects.ScrollViewInt
Returns the object that provides a program interface to the horizontal scrollbar of the control.
getHScroll() - Method in interface com.smartbear.testleft.testobjects.ScrollViewReal
Returns the object that provides a program interface to the horizontal scroll bar of the control.
getHScroll() - Method in interface com.smartbear.testleft.testobjects.Window
Returns the object that provides the program interface to the horizontal scroll bar of the window.
getId() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns the identifier of the menu item.
getId() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s identifier.
getId() - Method in interface com.smartbear.testleft.testobjects.win.WinSysLinkItem
Returns the string that contains the ID.
getImage() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the image to be used when the item is in the non-selected state.
getImageCaptureStyle() - Method in class com.smartbear.testleft.options.OptionsManager.VisualizerSettings
Gets the screen area to take screenshots of.
getIsBitmap() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns true if the MFT_BITMAP constant is in the menu item type.
getIsBitmap() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the item displays a bitmap.
getIsBitmapOnRight() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the bitmap appears to the right of text.
getIsChecked() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the item's check-box is checked.
getIsDroppedDown() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDropDownEditorButton
Specifies whether the drop-down window is open.
getIsFixed() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the column size cannot be changed.
getIsOwnerdraw() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns true if the MFT_OWNERDRAW constant is in the menu item type.
getIsOwnerdraw() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the header control's owner draws the item.
getIsRadioCheck() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns true if the MFT_RADIOCHECK constant is in the menu item type.
getIsRtlReading() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the header text will read in the opposite direction from the text in the parent window.
getIsSeparator() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns true if the menu item is a separator.
getIsSortDown() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the down-arrow is drawn on this item.
getIsSortUp() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the up-arrow is drawn on this item.
getIsString() - Method in interface com.smartbear.testleft.testobjects.win.WinHeaderItemFormat
Returns true if the item displays a string.
getIsTiled() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewBackground
The background image is tiled to fill the entire background of the control.
getItem(Class, int) - Method in interface com.smartbear.testleft.testobjects.ItemCollection
Returns an item by its key.
getItem(Class, String) - Method in interface com.smartbear.testleft.testobjects.ItemCollection
Returns an item by its key.
getItem(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Returns an item by its index.
getItem(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenu
Returns an item by its name.
getItems() - Method in interface com.smartbear.testleft.testobjects.BarItem
Returns the Item Collection object.
getItems(int) - Method in interface com.smartbear.testleft.testobjects.Menu
Gets an element by its index (zero-based).
getItems(String) - Method in interface com.smartbear.testleft.testobjects.Menu
Gets an element by its index (zero-based).
getItems() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Returns a collection of sub-items.
getItems() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Returns a collection of ITreeViewItem objects.
getJavaFX() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.JavaFXSettings object.
getJavaFxClassesList() - Method in class com.smartbear.testleft.options.OptionsManager.JavaFXSettings
Returns a list of objects that describe the JavaFX classes to be included in the Object hierarchy.
getJavaFXMenu() - Method in interface com.smartbear.testleft.testobjects.javafx.JavaFXMenuBar
Returns the menu object for the menu bar control.
getJavaFXPopupMenu() - Method in interface com.smartbear.testleft.testobjects.javafx.JavaFXPopupMenuOwner
Returns the popup menu object for the control.
getLabelTip() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the LabelTip style is used.
getLink(int) - Method in interface com.smartbear.testleft.testobjects.win.WinSysLink
Gets an element by its index (zero-based).
getLinkCount() - Method in interface com.smartbear.testleft.testobjects.win.WinSysLink
Returns the number of links.
getLog() - Method in interface com.smartbear.testleft.Driver
Provides access to the TestLeft test log.
getLog() - Method in class com.smartbear.testleft.LocalDriver
Provides access to the TestLeft test log.
getLog() - Method in class com.smartbear.testleft.RemoteDriver
Provides access to the TestLeft test log.
getlParam() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the value specific to the specified item.
getMainMenu() - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Returns the Menu object for the main menu of the window.
getMajorPart() - Method in class com.smartbear.testleft.testobjects.Version
 
getMax() - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarInt
Returns the maximum position of the scrollbar thumb.
getMax() - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarReal
Returns the maximum position of the scrollbar thumb.
getMediaCenter() - Method in interface com.smartbear.testleft.testobjects.OsInformation
Specifies whether TestComplete is running on Microsoft Windows XP Media Center Edition.
getMemberName() - Method in exception com.smartbear.testleft.InvocationException
The name of the member of the Object class, invocation of which caused the exception.
getMemUsage() - Method in interface com.smartbear.testleft.testobjects.TestProcess
The amount of memory (in kilobytes) the process is currently using.
getMin() - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarInt
Returns the minimum position of the scrollbar thumb.
getMin() - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarReal
Returns the minimum position of the scrollbar thumb.
getMinorPart() - Method in class com.smartbear.testleft.testobjects.Version
 
getMouseX() - Method in interface com.smartbear.testleft.testobjects.Desktop
Gets the horizontal position of the mouse pointer.
getMouseY() - Method in interface com.smartbear.testleft.testobjects.Desktop
Gets the vertical position of the mouse pointer.
getMSAA() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.MSAASettings object.
getMultiWorkareas() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the MultiWorkAreas style is used.
getName() - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings.CompositeControlDescription
Gets the application-defined name of the control with template-generated elements.
getName() - Method in interface com.smartbear.testleft.testobjects.GridViewGroup
Returns the name of the group.
getName() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The short name of the operating system.
getNetCoreCount() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The number of different versions of Microsoft .NET Framework installed on the computer.
getNetCoreVersion(int) - Method in interface com.smartbear.testleft.testobjects.OsInformation
Gets an element by its index (zero-based).
getObjectMapping() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the ObjectMappingSettings object.
getObjectState() - Method in interface com.smartbear.testleft.testobjects.MSAAObject
Gets the current state of the control.
getOneClickActivate() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the OneClickActivate style is used.
getOptions() - Method in interface com.smartbear.testleft.Driver
Provides access to the OptionsManager object used configure test engine.
getOptions() - Method in class com.smartbear.testleft.LocalDriver
Provides access to the OptionsManager object used configure test engine.
getOptions() - Method in class com.smartbear.testleft.RemoteDriver
Provides access to the OptionsManager object used configure test engine.
getOverlayImageIndex() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the overlay image index (TVIS_OVERLAYMASK).
getPageLoadTimeout() - Method in class com.smartbear.testleft.options.OptionsManager.WebTestingSettings
Gets the number of milliseconds to wait until the browser loads the page and becomes ready to accept user input.
getParameters() - Method in exception com.smartbear.testleft.InvocationException
The parameters of the failed invocation.
getParent() - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
The parent object.
getPath() - Method in interface com.smartbear.testleft.testobjects.TestProcess
The path to the executable that started the process.
getPatternItems() - Method in interface com.smartbear.testleft.testobjects.SearchPattern
A collection of search criteria.
getPatternItems() - Method in class com.smartbear.testleft.testobjects.SearchPatternBase
getPatternItems() - Method in class com.smartbear.testleft.testobjects.SearchPatternBase.SearchPatternItems
getPlatform() - Method in class com.smartbear.testleft.BrowserInfo
Returns the bitness of the browser's executable (x86 or x64)
getPopupMenu() - Method in interface com.smartbear.testleft.testobjects.Window
Returns the test object that correspond to the currently active context menu.
getPopupMenu() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFPopupMenuOwner
Returns the WPFMenu object for the currently active context menu.
getPos() - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarInt
Gets the position of the scrollbar thumb.
getPos() - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarReal
Gets the position of the scrollbar thumb.
getPosition() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns the item's position (index) in the menu.
getPressed() - Method in interface com.smartbear.testleft.testobjects.win.WinPagerButtonState
Returns true if the state of the button is pressed.
getPriority() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Returns the process priority within the operating system.
getPrivatePart() - Method in class com.smartbear.testleft.testobjects.Version
 
getProcessFilter() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the ProcessFilterSettings object.
getProcessId() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Returns the process identifier.
getProcessList() - Method in class com.smartbear.testleft.options.ProcessFilterSettings
Gets a list of filtered processes.
getProcessType() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Specifies the code type of the process (x64 or x86).
getProperty(Class, String, Object...) - Method in interface com.smartbear.testleft.testobjects.TestObject
Returns the value of the specified property.
getQtMenu() - Method in interface com.smartbear.testleft.testobjects.qt.QtMenu
Returns the object that represents the QMenu control.
getQtMenu() - Method in interface com.smartbear.testleft.testobjects.qt.QtMenuBar
Returns the object that represents menu objects located on the QMenuBar component.
getQtPopupMenu() - Method in interface com.smartbear.testleft.testobjects.qt.QtWidget
Returns the object for the context menu that is currently active in the window.
getRadMenu() - Method in interface com.smartbear.testleft.testobjects.web.telerik.TelerikWebMenu
Returns the Menu object for the control.
getReadOnly() - Method in interface com.smartbear.testleft.testobjects.MSAAObject
Determines whether the control is read-only.
getRemoteSession() - Method in interface com.smartbear.testleft.testobjects.OsInformation
Specifies whether TestComplete is running in a remote session.
getRowCount() - Method in interface com.smartbear.testleft.testobjects.web.WebTable
Returns the number of rows in the table.
getRowIndex() - Method in interface com.smartbear.testleft.testobjects.web.WebCell
The cell's row index (zero-based).
getRuntimeChecks() - Method in class com.smartbear.testleft.options.OptionsManager.DebugSettings
Gets RuntimeChecks that will be performed during the test run.
getScreenLeft() - Method in interface com.smartbear.testleft.testobjects.Control
The horizontal position of the object's left edge in screen coordinates.
getScreenTop() - Method in interface com.smartbear.testleft.testobjects.Control
The vertical position of the object's top edge in screen coordinates.
getSelected() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Returns true if the item is selected.
getSelected() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Returns true if the item is selected.
getSelectedImage() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the image to be used when the item is in the selected state.
getServicePackVersion() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The version of the installed service pack.
getSessionId() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Specifies the identifier of the session in which the process is running.
getSimpleSelect() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the SimpleSelect style is used.
getState() - Method in interface com.smartbear.testleft.testobjects.BarItemCheckable
Gets the current state of a checkable bar item, that is, Unchecked, Checked or Grayed.
getState() - Method in interface com.smartbear.testleft.testobjects.TreeViewItemThreeStateCheckable
Returns the item state, that is, Unchecked, Checked or Grayed.
getState() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsStateEditorButton
Specifies the current state of the editor button, that is, Unchecked, Checked or Grayed.
getState() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditToggleButton
The current state of the toggle button, that is, cbUnchecked, cbChecked or cbGrayed.
getStateImage() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the state image.
getStateImageIndex() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the state image index (TVIS_STATEIMAGEMASK).
getStatusCode() - Method in exception com.smartbear.testleft.HttpException
 
getStripMainMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.StripMainMenuOwner
Returns the Menu object for the window's main menu.
getStripPopupMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.StripPopupMenuOwner
Returns the Menu object for the window's context menu.
getSubItemImages() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the SubItemImages style is used.
getSubMenu() - Method in interface com.smartbear.testleft.testobjects.MenuItem
Returns this submenu as a Menu object.
getSubsetTitle() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s subset title.
getSubtitle() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s subtitle text.
getSupportedIfaces() - Method in exception com.smartbear.testleft.InvalidTypeCastException
Get an enumerable collection of interfaces supported by the object, which the find, findAll or tryFind method returns.
getSwingMenu() - Method in interface com.smartbear.testleft.testobjects.swing.JMenuBar
Returns the object that represents menu objects located on the JMenuBar component.
getSwingPopupMenu() - Method in interface com.smartbear.testleft.testobjects.swing.JComponent
Returns the popup menu object for the currently active context menu in the window.
getSWTMode() - Method in class com.smartbear.testleft.options.OptionsManager.WebTestingSettings
Checks whether TestComplete or TestExecute is in the SWT mode
getSystemDirectory() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The system directory.
getSystemMenu() - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Returns the Menu object for the system menu of the window.
getTabletPC() - Method in interface com.smartbear.testleft.testobjects.OsInformation
Specifies whether TestComplete is running on Microsoft Windows XP Tablet PC Edition.
getTargetObject() - Method in exception com.smartbear.testleft.InvocationException
The Object class whose member threw the exception.
getTask() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s task text.
getTempDirectory() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The path to the directory where temporary files are stored.
getText() - Method in interface com.smartbear.testleft.testobjects.BarItem
Returns the item text.
getText(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Gets an element by its index (zero-based).
getText(String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Gets an element by its index (zero-based).
getText() - Method in interface com.smartbear.testleft.testobjects.TreeViewItem
Returns the item text.
getText() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditorButtonBase
Returns the text of the editor button.
getTextBounds() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Returns the item text bounds.
getTextRecognition() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.TextRecognitionSettings object.
getThreadCount() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Returns the number of active threads in the process.
getTitleImage() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewGroup
Returns the group’s title image.
getTrackSelect() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the TrackSelect style is used.
getTwoClickActivate() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the TwoClickActivate style is used.
getUIAutomation() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.UIAutomationSettings object.
getUICtrlsMainMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.janus.JanusMainMenuOwner
Returns the Menu object for the main menu of the window.
getUltraMainMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraMainMenuOwner
Returns the Menu object for the main menu of the window.
getUltraPopupMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraPopupMenuOwner
Returns the Menu object for the popup menu of the control.
getUnderlineCold() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the UnderlineCold style is used.
getUnderlineHot() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewStyleEx
Indicates whether the UnderlineHot style is used.
getUnicode() - Method in interface com.smartbear.testleft.testobjects.Window
Specifies if the window supports the Unicode text parameters of messages.
getURL() - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Gets the current URL of the page.
getUrl() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewBackground
Returns the URL of the background image.
getUrl() - Method in interface com.smartbear.testleft.testobjects.win.WinSysLinkItem
Returns the string that contains the URL represented by the link.
getUserName() - Method in interface com.smartbear.testleft.testobjects.TestProcess
The name of the user account that started the process.
getUUID() - Method in interface com.smartbear.testleft.testobjects.ObjectInternal
 
getValue() - Method in enum com.smartbear.testleft.Log.Format
 
getValue() - Method in enum com.smartbear.testleft.options.CaptureStyle
 
getValue() - Method in enum com.smartbear.testleft.options.ProcessFilterSettings.FilterMode
 
getValue() - Method in enum com.smartbear.testleft.options.RuntimeChecks
 
getValue() - Method in enum com.smartbear.testleft.options.VisualizerMode
 
getValue() - Method in enum com.smartbear.testleft.testobjects.Alignment
 
getValue() - Method in enum com.smartbear.testleft.testobjects.CheckState
 
getValue() - Method in interface com.smartbear.testleft.testobjects.MSAAObject
Gets the control’s value.
getValue() - Method in enum com.smartbear.testleft.testobjects.ShiftKey
 
getValue() - Method in enum com.smartbear.testleft.testobjects.Sort
 
getValue() - Method in interface com.smartbear.testleft.testobjects.ValuedObject
Gets the default representation of the object.
getValueIndex() - Method in enum com.smartbear.testleft.BrowserType
 
getValueIndex() - Method in enum com.smartbear.testleft.PlatformType
 
getValueString() - Method in enum com.smartbear.testleft.BrowserType
 
getValueString() - Method in enum com.smartbear.testleft.PlatformType
 
getVersion() - Method in class com.smartbear.testleft.BrowserInfo
Returns the browser version
getVersion() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The operating system's version.
getVersionString() - Method in class com.smartbear.testleft.BrowserInfo
Returns the browser version as a string
getVirtualPC() - Method in interface com.smartbear.testleft.testobjects.OsInformation
Specifies whether TestComplete is running on a Virtual PC virtual machine.
getVisible() - Method in interface com.smartbear.testleft.testobjects.Control
Specifies whether an onscreen object is visible to users.
getVisible() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeItem
Returns true if the item is visible.
getVisible() - Method in interface com.smartbear.testleft.testobjects.win.WinPagerButtonState
Returns true if the state of the button is visible.
getVisible() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditButton
Returns true if the button is visible.
getVisible() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditorButtonBase
Specifies whether the editor button is visible.
getVisible() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditButton
Returns whether the editor button is visible.
getVisibleOnScreen() - Method in interface com.smartbear.testleft.testobjects.Control
Specifies whether the whole object or any of its parts is currently visible on screen.
getVisited() - Method in interface com.smartbear.testleft.testobjects.win.WinSysLinkItem
Indicates whether the link item was left-clicked.
getVisualizer() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.VisualizerSettings object.
getVMSize() - Method in interface com.smartbear.testleft.testobjects.TestProcess
The amount of virtual memory (in kilobytes) the process is currently using.
getVMWare() - Method in interface com.smartbear.testleft.testobjects.OsInformation
Specifies whether TestComplete is running on a VMWare virtual machine.
getVScroll() - Method in interface com.smartbear.testleft.testobjects.ScrollViewInt
Returns the object that provides a program interface to the vertical scrollbar of the control.
getVScroll() - Method in interface com.smartbear.testleft.testobjects.ScrollViewReal
Returns the object that provides a program interface to the vertical scroll bar of the control.
getVScroll() - Method in interface com.smartbear.testleft.testobjects.Window
Returns the object that provides the program interface to the vertical scroll bar of the window.
getwAcceleration(int) - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownEdit
Gets an element by its index (zero-based).
getwAccelerationCount() - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownEdit
Returns the number of IWinAccelerationInfo items.
getwAddress() - Method in interface com.smartbear.testleft.testobjects.win.WinIPAddress
Represents the content of the IP Address control.
getwBackground() - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Returns the Win32ListViewBackground object that provides a scripting interface to the list view background image.
getwBitmap(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwBitmap(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwBottomOrRightButtonState() - Method in interface com.smartbear.testleft.testobjects.win.WinPager
Returns the state of the right (bottom) button.
getwButtonBounds(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwButtonBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwButtonCount() - Method in interface com.smartbear.testleft.testobjects.ToolBar
Returns the total number of buttons in the toolbar control.
getwButtonCount() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Returns the number of buttons in the alert.
getwButtonCount() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapModal
Returns the number of buttons in the modal dialog.
getwButtonCount() - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Returns the total number of buttons in the toolbar control.
getwButtonCount() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEdit
Returns the number of buttons.
getwButtonID(int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an element by its index (zero-based).
getwButtonID(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an element by its index (zero-based).
getwButtonPos(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwButtonPos(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwButtonPos(int) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an element by its index (zero-based).
getwButtonPos(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an element by its index (zero-based).
getwButtons() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraEditWithButtons
Returns a collection of buttons.
getwButtons(int) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEdit
Gets an element by its index (zero-based).
getwButtons(String) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEdit
Gets an element by its index (zero-based).
getwButtonsLeft(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditWithButtons
Gets an element by its index (zero-based).
getwButtonsLeft(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditWithButtons
Gets an element by its index (zero-based).
getwButtonsLeftCount() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditWithButtons
Returns the number of left editor buttons.
getwButtonsRight(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditWithButtons
Gets an element by its index (zero-based).
getwButtonsRight(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditWithButtons
Gets an element by its index (zero-based).
getwButtonsRightCount() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsEditWithButtons
Returns the number of right editor buttons.
getwButtonText(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwButtonText(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwButtonText(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Gets an element by its index (zero-based).
getwButtonText(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapModal
Gets an element by its index (zero-based).
getwButtonText(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwChecked() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Returns true if the tool button is in the Checked state, else false.
getwChecked() - Method in interface com.smartbear.testleft.testobjects.RadioButton
Returns true if the radio button is selected.
getwChecked(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwChecked(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwChecked() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Specifies the value of the control's check box.
getwChecked(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an element by its index (zero-based).
getwChecked(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an element by its index (zero-based).
getwChecked(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwChecked(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwChildColumns(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Gets an element by its index (zero-based).
getwChildColumns(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Gets an element by its index (zero-based).
getwChildLevel(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildLevel(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildLevel(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumTreeList
Gets an element by its index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets an element by its index (zero-based).
getwChildView(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets an element by its index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebDataGrid
Gets an element by its index (zero-based).
getwChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTreeList
Gets an element by its index (zero-based).
getwChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsXamDataGrid
Gets an element by its index (zero-based).
getwChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Gets an element by its index (zero-based).
getwChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int, int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int, String) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Gets the data associated with a child view by the row index (zero-based).
getwChildView(int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Gets the data associated with a child view by the row index (zero-based).
getwChildViewCount(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Gets an element by its index (zero-based).
getwChildViewCount(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Gets an element by its index (zero-based).
getwChildViewCount(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets an element by its index (zero-based).
getwChildViewCount(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Gets an element by its index (zero-based).
getwChildViewCount(int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Gets an element by its index (zero-based).
getwChildViewExpanded(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildViewExpanded(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildViewExpanded(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildViewExpanded(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildViewExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Gets the data associated with a child view by the row index (zero-based).
getwChildViewName(int, int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Gets the data associated with a child view by the row index (zero-based).
getwColumn(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Gets an element by its index (zero-based).
getwColumn(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets an element by its index (zero-based).
getwColumn(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a column of the default view by the column index.
getwColumn(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a column by its index (zero-based) in a view.
getwColumn(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a column by its index (zero-based) in a view.
getwColumn(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets an element by its index (zero-based).
getwColumn(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets an element by its index (zero-based).
getwColumnCount() - Method in interface com.smartbear.testleft.testobjects.GridView
Returns the number of grid columns.
getwColumnCount() - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Returns the number of columns.
getwColumnCount(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets an element by its index (zero-based).
getwColumnCount(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets an element by its index (zero-based).
getwColumnCount() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Returns the number of grid columns.
getwColumnCount() - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Returns the total number of columns in the list view.
getwCueBanner() - Method in interface com.smartbear.testleft.testobjects.win.WinTextEdit
Retrieves the text that is displayed as the textual cue, or tip, in an edit control.
getwCurrentPage() - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Returns the current page index.
getwCurrentView() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Returns the index of the current view.
getwCut(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwCut(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwCut(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwCut(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwCut(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwCut(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwDate() - Method in interface com.smartbear.testleft.testobjects.DatePicker
Gets the currently selected date.
getwDate() - Method in interface com.smartbear.testleft.testobjects.DatePickerNullable
The currently selected date or null if no date is selected.
getwDate() - Method in interface com.smartbear.testleft.testobjects.flash.MxDateField
Returns the date selected in the Calendar control.
getwDate() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
IsDateFormat must be true.
getwDate() - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Returns the date selected in the month calendar control.
getwDisabledImage(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwDisabledImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwDropDownMenu(int) - Method in interface com.smartbear.testleft.testobjects.ToolbarWithDropDownMenu
Gets an element by its index (zero-based).
getwDropDownMenu(String) - Method in interface com.smartbear.testleft.testobjects.ToolbarWithDropDownMenu
Gets an element by its index (zero-based).
getWebTesting() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.WebTestingSettings object.
getwEllipses(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwEllipses(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwEnabled() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Returns true if the tool button is in the Enabled state, else false.
getwEnabled(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwEnabled(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwEnabled(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwEnabled(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwEndDate() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Returns the last visible date.
getwEndDate() - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
If MultiSelect is true, this property returns the last date in the selected block in the month calendar control.
getwEndPosition() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryUISlider
Gets the end logical position of the slider.
getwEndPosition() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2DualSlider
Gets the end logical position of the slider.
getwEventCount() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Returns the number of events in the visible date interval.
getwEventEnd(int) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwEventEnd(String) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwEventStart(int) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwEventStart(String) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwEventTitle(int) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwEventURL(int) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwEventURL(String) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwExpandable(int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Gets an element by its index (zero-based).
getwExpanded() - Method in interface com.smartbear.testleft.testobjects.Expander
Returns true if the Expander content window is visible.
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwExpanded(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwExpanded(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets the data associated with a child view by the row index (zero-based).
getwExpanded(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets the data associated with a child view by the row index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets the data associated with a child view by the row index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebDataGrid
Gets an element by its index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Gets an element by its index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Gets an element by its index (zero-based).
getwExpanded(String) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraVerticalGrid
Gets an element by its index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Gets an element by its index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsXamDataGrid
Gets an element by its index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets an element by its index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Gets an element by its index (zero-based).
getwExpanded(int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Gets an element by its index (zero-based).
getwExtendedUI() - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
By default, the F4 key opens or closes the list and the DOWN ARROW changes the current selection.
getwFocus() - Method in interface com.smartbear.testleft.testobjects.ListBox
Returns the index of the focused item.
getwFocused(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwFocused(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwFocused(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwFocused(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwFocused(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwFocused(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwFocused() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Returns the index of the focused item or -1 if there is no focused item.
getwFocusedTab() - Method in interface com.smartbear.testleft.testobjects.TabControl
Returns the index of the tab item that has the focus.
getwFormat(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwFormat(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwGrayed(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwGrayed(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwGrayed(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwGrayed(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwGroup(int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an element by its index (zero-based).
getwGroup(String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an element by its index (zero-based).
getwGroup(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwGroup(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwGroup(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwGroup(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwGroup(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwGroup(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets an element by its index (zero-based).
getwGroup(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGridGroups
Gets an element by its index (zero-based).
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Returns the total number of groups in the Explorer Bar control.
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikSlRadGridView
Returns the number of groups.
getwGroupCount(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets an element by its index (zero-based).
getwGroupCount(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets an element by its index (zero-based).
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Returns the number of list view groups.
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Returns the number of groups.
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Returns the number of views displayed in the grid.
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Returns the number of groups.
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGridGroups
Returns the number of groups.
getwGroupCount() - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFGridControl
Returns the number of groups.
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.GridViewWithGroups
Gets an element by its index (zero-based).
getwGroupExpanded(String) - Method in interface com.smartbear.testleft.testobjects.GridViewWithGroups
Gets an element by its index (zero-based).
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikSlRadGridView
Gets an element by its index (zero-based).
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a group in the default view by the group index (zero-based).
getwGroupExpanded(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a group in a view by group index (zero-based).
getwGroupExpanded(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a group in a view by group index (zero-based).
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Gets an element by its index (zero-based).
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Gets an element by its index (zero-based).
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.telerik.TelerikRadGridView
Gets an element by its index (zero-based).
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGridGroups
Gets an element by its index (zero-based).
getwGroupExpanded(int) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFGridControl
Gets an element by its index (zero-based).
getwGroups() - Method in interface com.smartbear.testleft.testobjects.GridViewWithGroups
Returns a collection of groups.
getwGroups(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a group by its ID.
getwGroups(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a group by its ID or index (zero-based).
getwHasDropDownMenu() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Specifies whether the tool button has a drop-down menu.
getwHeader() - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Returns the Win32Header object that provides the scripting interface to the list view header.
getwHotImage(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwHotImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwIconBounds(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwIconBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwIconBounds(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwIconBounds(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwIconBounds(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwIconBounds(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getWidth() - Method in interface com.smartbear.testleft.testobjects.Control
The object's width in pixels.
getWidth() - Method in interface com.smartbear.testleft.testobjects.Desktop
Returns the width of the desktop.
getwImage() - Method in interface com.smartbear.testleft.testobjects.win.WinButton
Returns the button image.
getwImage() - Method in interface com.smartbear.testleft.testobjects.win.WinCheckBox
Returns the button image.
getwImage(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwImage(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwImage(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwImage(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwImage(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwImage(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwImage() - Method in interface com.smartbear.testleft.testobjects.win.WinRadioButton
Returns the button image.
getwImage(int) - Method in interface com.smartbear.testleft.testobjects.win.WinStatusBar
Gets an element by its index (zero-based).
getwImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinStatusBar
Gets an element by its index (zero-based).
getwImage(int) - Method in interface com.smartbear.testleft.testobjects.win.WinTabControl
Gets an element by its index (zero-based).
getwImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinTabControl
Gets an element by its index (zero-based).
getwImage(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwIncrement() - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownAccelerationInfo
Position change increment to use after the time specified by wTime elapses.
getWindowList() - Method in class com.smartbear.testleft.options.OptionsManager.MSAASettings
Gets a list of window types identified via the MSAA engine.
getWindowList() - Method in class com.smartbear.testleft.options.OptionsManager.TextRecognitionSettings
Gets a list of window classes identified via the Text Recognition engine.
getWindowList() - Method in class com.smartbear.testleft.options.OptionsManager.UIAutomationSettings
Gets a list of window classes identified via the UI Automation engine.
getWindows64bit() - Method in interface com.smartbear.testleft.testobjects.OsInformation
Specifies whether the operating system on which TestComplete is running is a 64-bit system.
getWindowsDirectory() - Method in interface com.smartbear.testleft.testobjects.OsInformation
The directory in which the operating system is installed.
getwIsCheckable() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Specifies whether the tool button is checkable.
getwIsCheckButton(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwIsCheckButton(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwIsCheckButton(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwIsCheckButton(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwIsDateFormat() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Returns true if the date and time picker control shows dates, else false.
getwIsDropDownButton(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwIsDropDownButton(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwIsDropDownButton(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwIsDropDownButton(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwIsDropDownOpened() - Method in interface com.smartbear.testleft.testobjects.DropDown
Checks the state of the drop-down list.
getwIsDropDownOpened() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Checks the state of the drop-down list.
getwIsSeparatorButton(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwIsSeparatorButton(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwIsSeparatorButton(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwIsSeparatorButton(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.Accordion
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.ComboBox
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Gets an element by its index (zero-based).
getwItem(int, int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an item value by the item index (zero-based) and group index (zero-based).
getwItem(String, int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an item value by the item name and group index (zero-based).
getwItem(int, String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an item value by the item index (zero-based) and the group name.
getwItem(String, String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an item value by the item name and group name.
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.RadioGroup
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapCarousel
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapDropdown
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileListView
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwItem(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwItem(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwItem(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwItem(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwItem(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets an item by its index (zero-based).
getwItem(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets an item value by the item's name.
getwItem(int, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwItem(String, int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwItem(int, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwItem(String, String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets a subitem's value by the parent item's name and subitem's name.
getwItemBounds(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwItemBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwItemBounds(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListBox
Gets an element by its index (zero-based).
getwItemBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListBox
Gets an element by its index (zero-based).
getwItemBounds(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwItemBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwItemBounds(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwItemBounds(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwItemBounds(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwItemBounds(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwItemBounds(int) - Method in interface com.smartbear.testleft.testobjects.win.WinStatusBar
Gets an element by its index (zero-based).
getwItemBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinStatusBar
Gets an element by its index (zero-based).
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.Accordion
Returns the total number of items.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.ComboBox
Returns the total number of items in the combo box.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Returns the total number of items in the combo box.
getwItemCount(int) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an element by its index (zero-based).
getwItemCount(String) - Method in interface com.smartbear.testleft.testobjects.ExplorerBar
Gets an element by its index (zero-based).
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.ListBox
Returns the total number of items in the list box control.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Returns the number of grid items.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.RadioGroup
Returns the total number of items in the radio group.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapCarousel
Returns the total number of items.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapDropdown
Returns the total number of items.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileListView
Returns the total number of items in the list view.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Returns the number of items in the header.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Carousel
Returns the total number of items.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Returns the number of items in the header.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Returns the total number of items in the list view.
getwItemCount() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Returns the total number of items in the list view.
getwItemExpanded(int) - Method in interface com.smartbear.testleft.testobjects.Accordion
Gets an element by its index (zero-based).
getwItemExpanded(String) - Method in interface com.smartbear.testleft.testobjects.Accordion
Gets an element by its index (zero-based).
getwItemImage(int) - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
Gets an element by its index (zero-based).
getwItemImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
Gets an element by its index (zero-based).
getwItemLParam(int) - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
Gets an element by its index (zero-based).
getwItemLParam(String) - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
Gets an element by its index (zero-based).
getwItemPinned(int) - Method in interface com.smartbear.testleft.testobjects.AccordionWithPinnableItems
Gets an element by its index (zero-based).
getwItemPinned(String) - Method in interface com.smartbear.testleft.testobjects.AccordionWithPinnableItems
Gets an element by its index (zero-based).
getwItems() - Method in interface com.smartbear.testleft.testobjects.Bar
Returns the collection of items.
getwItems(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwItems(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwItems() - Method in interface com.smartbear.testleft.testobjects.qt.QtTreeWidget
Returns a collection of items.
getwItems() - Method in interface com.smartbear.testleft.testobjects.TreeView
Returns a collection of items.
getwItemSelectedImage(int) - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
Gets an element by its index (zero-based).
getwItemSelectedImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
Gets an element by its index (zero-based).
getwItemState(int) - Method in interface com.smartbear.testleft.testobjects.CheckedListBox
Gets an element by its index (zero-based).
getwItemState(String) - Method in interface com.smartbear.testleft.testobjects.CheckedListBox
Gets an element by its index (zero-based).
getwLabel(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwLabel(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwLimit() - Method in interface com.smartbear.testleft.testobjects.qt.QtLineEdit
Retrieves the current text limit for an edit control.
getwLimit() - Method in interface com.smartbear.testleft.testobjects.win.WinTextEdit
Retrieves the current text limit for an edit control.
getwLimit() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFPasswordEdit
Retrieves the current text limit for an edit control.
getwLimit() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFTextEdit
Retrieves the current text limit for an edit control.
getwLineSize() - Method in interface com.smartbear.testleft.testobjects.win.WinTrackBar
Returns the number of logical positions the trackbar's slider moves in response to keyboard input from the arrow keys.
getwLinkCount() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Returns the number of links in the alert.
getwLinkCount() - Method in interface com.smartbear.testleft.testobjects.winforms.WinFormsLinkLabel
Gets the number of links in the LinkLabel control.
getwLinkText(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Gets an element by its index (zero-based).
getwLinkText(int) - Method in interface com.smartbear.testleft.testobjects.winforms.WinFormsLinkLabel
Gets an element by its index (zero-based).
getwListViewStyleEx() - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Returns the Win32ListViewStyleEx object that provides a scripting interface to the list view extended styles.
getwLParam(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwLParam(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwLParam(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListBox
Gets an element by its index (zero-based).
getwLParam(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListBox
Gets an element by its index (zero-based).
getwLParam(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwLParam(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwLParam(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwLParam(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwLParam(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwLParam(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwLParam(int) - Method in interface com.smartbear.testleft.testobjects.win.WinTabControl
Gets an element by its index (zero-based).
getwLParam(String) - Method in interface com.smartbear.testleft.testobjects.win.WinTabControl
Gets an element by its index (zero-based).
getwLParam(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwLParam(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwMax() - Method in interface com.smartbear.testleft.testobjects.flash.MxSlider
Returns the maximum logical position for the slider.
getwMax() - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Returns the maximum value for the SpinBox control.
getwMax() - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Returns the maximum value for the SpinBox control.
getwMax() - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Returns the maximum value for the SpinBox control.
getwMax() - Method in interface com.smartbear.testleft.testobjects.ScrollBarInt
Returns the maximum position of the scroll bar thumb.
getwMax() - Method in interface com.smartbear.testleft.testobjects.ScrollBarReal
Returns the maximum position of the scroll bar thumb.
getwMax() - Method in interface com.smartbear.testleft.testobjects.TrackBarInt
Returns the maximum position of the track bar slider.
getwMax() - Method in interface com.smartbear.testleft.testobjects.TrackBarReal
Returns the maximum position of the track bar slider.
getwMax() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSMultiSlider
Returns the maximum logical position of the slider.
getwMax(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileRangeSlider
Gets an element by its index (zero-based).
getwMax() - Method in interface com.smartbear.testleft.testobjects.win.WinPager
Returns the maximum logical position for the pager control.
getwMax() - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownEdit
Returns the maximum logical position of the up-down control (a spin button).
getwMaxDate() - Method in interface com.smartbear.testleft.testobjects.DatePicker
Returns the latest date that can be selected in the control.
getwMaxDate() - Method in interface com.smartbear.testleft.testobjects.DatePickerNullable
Returns the latest selectable date in the control, or null if it is not set.
getwMaxDate() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Calendar
Returns the latest selectable date in the calendar, or null if not set.
getwMaxDate() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
IsDateFormat must be true.
getwMaxDate() - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Returns the last date the month calendar control can show.
getwMaxDateRange() - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Retrieves the maximum date range that can be selected in a month calendar control (in days).
getwMaxTime() - Method in interface com.smartbear.testleft.testobjects.TimePicker
Returns the latest selectable time in the control.
getwMaxTime() - Method in interface com.smartbear.testleft.testobjects.TimePickerNullable
Returns the latest selectable time in the control, or null if it is not set.
getwMaxX() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Returns the maximum horizontal logical position of the slider.
getwMaxY() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Returns the maximum vertical logical position of the slider.
getwMaxYear() - Method in interface com.smartbear.testleft.testobjects.flash.MxDateField
Returns the last year the Calendar control can show.
getwMin() - Method in interface com.smartbear.testleft.testobjects.flash.MxSlider
Returns the minimum logical position for the slider.
getwMin() - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Returns the minimum value for the SpinBox control.
getwMin() - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Returns the minimum value for the SpinBox control.
getwMin() - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Returns the minimum value for the SpinBox control.
getwMin() - Method in interface com.smartbear.testleft.testobjects.ScrollBarInt
Returns the minimum position of the scroll bar thumb.
getwMin() - Method in interface com.smartbear.testleft.testobjects.ScrollBarReal
Returns the minimum position of the scroll bar thumb.
getwMin() - Method in interface com.smartbear.testleft.testobjects.TrackBarInt
Returns the minimum position of the track bar slider.
getwMin() - Method in interface com.smartbear.testleft.testobjects.TrackBarReal
Returns the minimum position of the track bar slider.
getwMin() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSMultiSlider
Returns the minimum logical position of the slider.
getwMin(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileRangeSlider
Gets an element by its index (zero-based).
getwMin() - Method in interface com.smartbear.testleft.testobjects.win.WinPager
Returns the minimum logical position for the pager control.
getwMin() - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownEdit
Returns the minimum logical position of the up-down control (a spin button).
getwMinDate() - Method in interface com.smartbear.testleft.testobjects.DatePicker
Returns the earliest date that can be selected in the control.
getwMinDate() - Method in interface com.smartbear.testleft.testobjects.DatePickerNullable
Returns the earliest selectable date in the control, or null if it is not set.
getwMinDate() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Calendar
Returns the earliest selectable date in the calendar, or null if not set.
getwMinDate() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
IsDateFormat must be true.
getwMinDate() - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Returns the first date the month calendar control can show.
getwMinRange() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2DualSlider
Returns the minimum range value between two logical positions of the slider.
getwMinTime() - Method in interface com.smartbear.testleft.testobjects.TimePicker
Returns the earliest selectable time in the control.
getwMinTime() - Method in interface com.smartbear.testleft.testobjects.TimePickerNullable
Returns the earliest selectable time in the control, or null if it is not set.
getwMinX() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Returns the minimum horizontal logical position of the slider.
getwMinY() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Returns the minimum vertical logical position of the slider.
getwMinYear() - Method in interface com.smartbear.testleft.testobjects.flash.MxDateField
Returns the first year the Calendar control can show.
getwMultiSelect() - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Returns true if the month calendar control allows a range of dates to be selected (wDate to wEndDate), rather than only one date (wDate).
getWndCaption() - Method in interface com.smartbear.testleft.testobjects.Window
Gets the window's caption.
getWndStyles() - Method in interface com.smartbear.testleft.testobjects.Window
Returns a combination of Win32 constants (WM_BORDER, WM_CAPTION, etc.) that specify the window style.
getWndStylesEx() - Method in interface com.smartbear.testleft.testobjects.Window
Returns a combination of Win32 constants (WS_EX_APPWINDOW, WS_EX_OVERLAPPEDWINDOW, etc.) that specify the extended window style.
getwNumTics() - Method in interface com.smartbear.testleft.testobjects.win.WinTrackBar
Returns the number of tick marks on the trackbar, including start and stop.
getwNumTics() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFTrackBar
Returns the number of tick marks on the trackbar, including start and stop.
getwPageCount() - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Returns the total number of pages in the grid view.
getwPartCount() - Method in interface com.smartbear.testleft.testobjects.StatusBar
Returns the total number of items the status bar control contains.
getwPasswordChar() - Method in interface com.smartbear.testleft.testobjects.qt.QtLineEdit
Retrieves the password character that an edit control displays when the user enters text.
getwPasswordChar() - Method in interface com.smartbear.testleft.testobjects.swing.JPasswordField
Retrieves the password character that the password control displays when the user is entering text.
getwPasswordChar() - Method in interface com.smartbear.testleft.testobjects.win.WinTextEdit
Retrieves the password character that an edit control displays when the user enters text.
getwPasswordChar() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraTextEdit
Retrieves the password character displayed by the password control when the user enters text.
getwPasswordChar() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFPasswordEdit
Retrieves the password character that an edit control displays when the user enters text.
getWPF() - Method in class com.smartbear.testleft.options.OptionsManager
Provides access to the OptionsManager.WPFSettings object.
getWPFMenu() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFMenu
Returns the Menu object for the main menu of the window.
getwPlainText() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2SimpleEditor
Returns the text of the editor excluding its HTML markup.
getwPosition(int) - Method in interface com.smartbear.testleft.testobjects.flash.MxSlider
Gets an element by its index (zero-based).
getwPosition() - Method in interface com.smartbear.testleft.testobjects.ScrollBarInt
Returns the position of the scroll bar thumb.
getwPosition() - Method in interface com.smartbear.testleft.testobjects.ScrollBarReal
Returns the position of the scroll bar thumb.
getwPosition() - Method in interface com.smartbear.testleft.testobjects.TrackBarInt
Gets the position of the track bar slider.
getwPosition() - Method in interface com.smartbear.testleft.testobjects.TrackBarReal
Returns the position of the track bar slider.
getwPosition(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSMultiSlider
Gets an element by its index (zero-based).
getwPosition(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileRangeSlider
Gets an element by its index (zero-based).
getwPosition() - Method in interface com.smartbear.testleft.testobjects.win.WinPager
Specifies the logical position of the pager control, between wMin and wMax.
getwPosition() - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownEdit
Returns the logical position of the up-down control (spin button), between wMin and wMax.
getwPositionX() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Gets the horizontal logical position of the slider.
getwPositionY() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Gets the vertical logical position of the slider.
getwRow(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets an element by its index (zero-based).
getwRowCount() - Method in interface com.smartbear.testleft.testobjects.GridView
Returns the number of grid rows.
getwRowCount() - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Returns the number of rows.
getwRowCount(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets an element by its index (zero-based).
getwRowCount(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets an element by its index (zero-based).
getwRowCount() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Returns the number of grid rows.
getwRowCount() - Method in interface com.smartbear.testleft.testobjects.win.WinTabControl
Returns the current number of tab rows in a tab control.
getwRowsCount() - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Returns the current number of button rows on a toolbar.
getwSelectBounds(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an element by its index (zero-based).
getwSelectBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an element by its index (zero-based).
getwSelected(int) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Gets an element by its index (zero-based).
getwSelected(String) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Gets an element by its index (zero-based).
getwSelected(int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Gets an element by its index (zero-based).
getwSelected(String) - Method in interface com.smartbear.testleft.testobjects.ListBox
Gets an element by its index (zero-based).
getwSelected(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSComboBox
Gets an element by its index (zero-based).
getwSelected(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSComboBox
Gets an element by its index (zero-based).
getwSelected(int) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Gets an element by its index (zero-based).
getwSelected(String) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileMultipleSelectMenu
Gets an element by its index (zero-based).
getwSelected(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwSelected(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwSelected(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwSelected(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwSelected(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwSelected(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwSelected(int) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets an element by its index (zero-based).
getwSelected(String) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Gets an element by its index (zero-based).
getwSelectedDate(int) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Calendar
Gets an element by its index (zero-based).
getwSelectedDateCount() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Calendar
Returns the number of dates selected in the calendar.
getwSelectedItem() - Method in interface com.smartbear.testleft.testobjects.ComboBox
Returns the index of the selected item.
getwSelectedItem() - Method in interface com.smartbear.testleft.testobjects.RadioGroup
Returns the index of the selected item.
getwSelectedItem() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapCarousel
Returns the index of the selected item.
getwSelectedItem() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Carousel
Gets the selected item.
getwSelection() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgMaskedTextInput
Retrieves the selected text.
getwSelection() - Method in interface com.smartbear.testleft.testobjects.TextEdit
Retrieves the selected text.
getwSelection() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeView
Returns the name and path of the selected node.
getwSelectionEnd() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgMaskedTextInput
Returns the index of the first character that follows the selection.
getwSelectionEnd() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgSlider
Returns the logical position of the slider SelectionEnd.
getwSelectionEnd() - Method in interface com.smartbear.testleft.testobjects.TextEdit
Returns the index of the first character that follows the selection.
getwSelectionEnd() - Method in interface com.smartbear.testleft.testobjects.win.WinTrackBar
Returns the ending position of the current selection range in a trackbar.
getwSelectionEnd() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFTrackBar
Returns the ending position of the current selection range in a trackbar.
getwSelectionRange() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgSlider
Returns the logical position of the slider SelectionRange.
getwSelectionStart() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgMaskedTextInput
Returns the index of the first selected character.
getwSelectionStart() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgSlider
Returns the logical position of the slider SelectionStart.
getwSelectionStart() - Method in interface com.smartbear.testleft.testobjects.TextEdit
Returns the index of the first selected character.
getwSelectionStart() - Method in interface com.smartbear.testleft.testobjects.win.WinTrackBar
Returns the starting position of the current selection range in a trackbar.
getwSelectionStart() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFTrackBar
Returns the starting position of the current selection range in a trackbar.
getwShowCheckbox() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Returns true if the control's check box is visible.
getwSlidersCount() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileRangeSlider
Returns the number of the sliders.
getwSort(int) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwSort(String) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Gets an element by its index (zero-based).
getwStartDate() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Returns the first visible date.
getwState() - Method in interface com.smartbear.testleft.testobjects.CheckBox
Gets the current state of the check box, that is, Unchecked, Checked or Grayed.
getwState() - Method in interface com.smartbear.testleft.testobjects.ToggleButton
Returns the current state of the toggle button, that is, Unchecked, Checked or Grayed.
getwState() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSToggleSplitButton
Returns the current state of the toggle button, that is, Unchecked or Checked.
getwStateImage(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwStateImage(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwStateImage(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwStateImage(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwStateImage(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwStateImage(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwStep() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSMultiSlider
Returns the increment/decrement value for the logical position of the slider.
getwStep() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSSingleSlider
Returns the increment/decrement value for the logical position of the slider.
getwStep() - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryUISlider
Returns the increment/decrement value for the logical position of the slider.
getwStep() - Method in interface com.smartbear.testleft.testobjects.web.mootools.MooToolsSlider
Returns the increment/decrement value for the logical position of the slider.
getwStep() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2DualSlider
Returns the increment/decrement value for the logical position of the slider.
getwStep() - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Returns the increment/decrement value for the logical position of the slider.
getwStyle(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwStyle(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getwSubItemCount() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraListView
Returns the number of subitems.
getwTabCaption(int) - Method in interface com.smartbear.testleft.testobjects.TabControl
Gets an element by its index (zero-based).
getwTabCount() - Method in interface com.smartbear.testleft.testobjects.TabControl
Returns the total number of tabs in the tab control.
getwText() - Method in interface com.smartbear.testleft.testobjects.ConsoleWindow
Returns the text of the console window.
getwText() - Method in interface com.smartbear.testleft.testobjects.DropDownWithText
Returns the control text.
getwText() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Returns the text of the tool button.
getwText() - Method in interface com.smartbear.testleft.testobjects.RichTextEdit
The contents of the edit control, as as text string.
getwText() - Method in interface com.smartbear.testleft.testobjects.silverlight.SilverlightPasswordBox
Contents of the edit control, as text string.
getwText() - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgMaskedTextInput
Contents of the edit control, as text string.
getwText(int) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Gets an element by its index (zero-based).
getwText(String) - Method in interface com.smartbear.testleft.testobjects.StatusBar
Gets an element by its index (zero-based).
getwText() - Method in interface com.smartbear.testleft.testobjects.TextEdit
Gets the contents of the edit control as a text string.
getwText() - Method in interface com.smartbear.testleft.testobjects.win.WinSysLink
Specifies the content of the SysLink control as a text string.
getwText() - Method in interface com.smartbear.testleft.testobjects.win.WinTooltip
Specifies the text shown by the tooltip control.
getwText() - Method in interface com.smartbear.testleft.testobjects.wpf.WPFPasswordEdit
Contents of the edit control, as text string.
getwTextBounds(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item by its index (zero-based).
getwTextBounds(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets an item value by the item's name.
getwTextBounds(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
getwTextBounds(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item name and subitem's index (zero-based).
getwTextBounds(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
getwTextBounds(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Gets a subitem's value by the parent item's name and subitem's name.
getwThumbCount() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSMultiSlider
Returns the number of thumbs.
getwTicPosition(int) - Method in interface com.smartbear.testleft.testobjects.win.WinTrackBar
Gets an element by its index (zero-based).
getwTicPosition(int) - Method in interface com.smartbear.testleft.testobjects.wpf.WPFTrackBar
Gets an element by its index (zero-based).
getwTime() - Method in interface com.smartbear.testleft.testobjects.TimePicker
The currently selected time.
getwTime() - Method in interface com.smartbear.testleft.testobjects.TimePickerNullable
The currently selected time or null if no time is selected.
getwTime() - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Specifies the time selected in the date and time picker control.
getwTime() - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownAccelerationInfo
The amount of elapsed time, in seconds, before the position change increment specified by wIncrement is used.
getwTitle() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapAlert
Returns the title of the alert.
getwTitle() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapModal
Returns the title of the modal dialog.
getwTopOrLeftButtonState() - Method in interface com.smartbear.testleft.testobjects.win.WinPager
Returns the state of the left (top) button.
getwValue(int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Gets a cell value the row and column indexes (zero-based).
getwValue(int, String) - Method in interface com.smartbear.testleft.testobjects.GridView
Gets a cell value by the row index (zero-based) and column name.
getwValue(int) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwValue(String) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Gets an element by its index (zero-based).
getwValue() - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Returns the value of the SpinBox control.
getwValue() - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Returns the value of the SpinBox control.
getwValue() - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Returns the value of the SpinBox control.
getwValue(int, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets a cell value the row and column indexes (zero-based).
getwValue(int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets a cell value by the row index (zero-based) and column name.
getwValue(String, int) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Get a cell value by the row name and column index (zero-based).
getwValue(String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets a cell value by the row and column names.
getwValue() - Method in interface com.smartbear.testleft.testobjects.UpDownEditDateTime
Gets a control value.
getwValue() - Method in interface com.smartbear.testleft.testobjects.UpDownEditInt
Gets a control value.
getwValue() - Method in interface com.smartbear.testleft.testobjects.UpDownEditObject
Gets a control value.
getwValue() - Method in interface com.smartbear.testleft.testobjects.UpDownEditReal
Gets a control value.
getwValue() - Method in interface com.smartbear.testleft.testobjects.UpDownEditString
Gets a control value.
getwValue(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row index (zero-based) and column name.
getwValue(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by row and column indexes (zero-based).
getwValue(int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row, column and view indexes (zero-based).
getwValue(int, String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row index (zero-based), column name and view index.
getwValue(int, String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row index (zero-based), column name and view name.
getwValue(int, int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row and column indexes (zero-based) and by the view name.
getwValue() - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressVCLSpinButton
Gets the spin button's value.
getwValue() - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTimeField
The currently selected time or null if no time is selected.
getwValue(int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets a cell value the row and column indexes (zero-based).
getwValue(int, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets a cell value by the row index (zero-based) and column name.
getwValue(String, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Get a cell value by the row name and column index (zero-based).
getwValue(String, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets a cell value by the row and column names.
getwValue() - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebDateTimeEdit
Gets a control value.
getwValue() - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebNumericEdit
Gets a control value.
getwView(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets an element by its index (zero-based).
getwViewCount() - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Returns the number of views in the given grid level.
getwViewCount() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Returns the number of views in the calendar.
getwViewName(int) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Gets an element by its index (zero-based).
getwViewName() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraGrid
Returns the name of the current view.
getwViewName() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsUltraGridRowView
Returns the name of the current view.
getwViewName() - Method in interface com.smartbear.testleft.testobjects.winforms.syncfusion.SyncfusionEssGrid
Returns the name of the current view.
getwViewName() - Method in interface com.smartbear.testleft.testobjects.winforms.xceed.XceedGrid
Returns the name of the current view.
getwVisible() - Method in interface com.smartbear.testleft.testobjects.qt.QtToolButton
Returns true if the tool button is not in the Hidden state, else false.
getwVisible(int) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwVisible(String) - Method in interface com.smartbear.testleft.testobjects.ToolBar
Gets an element by its index (zero-based).
getwVisible(int, boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets a toolbar item by its ID or position.
getwVisible(String) - Method in interface com.smartbear.testleft.testobjects.win.WinToolBar
Gets an item by its name.
getxOffsetPercent() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewBackground
The percentage of the control's client area that the image is offset horizontally.
getXtraMainMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraMainMenuOwner
Returns the Menu object for the main menu of the window.
getXtraPopupMenu() - Method in interface com.smartbear.testleft.testobjects.winforms.devexpress.DevExpressXtraPopupMenuOwner
Returns the Menu object for the DevExpress popup menu of the window.
getyOffsetPercent() - Method in interface com.smartbear.testleft.testobjects.win.WinListViewBackground
The percentage of the control's client area that the image is offset vertically.
GridView - Interface in com.smartbear.testleft.testobjects
The test interface for grid controls.
GridViewGroup - Interface in com.smartbear.testleft.testobjects
The test interface for grid view's groups.
GridViewWithGroups - Interface in com.smartbear.testleft.testobjects
The test interface for grid view controls with groups.
GWTMenuBar - Interface in com.smartbear.testleft.testobjects.web.gwt
The test interface for Google Web Toolkit menu bar controls.

H

hostname - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The hostname property value of the sought-for a web element.
hotTrackSelect(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(String, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(String, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(int, String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(int, int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(String, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(String, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(int, String, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hotTrackSelect(int, int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Moves the mouse cursor to the specified item (or subitem), but does not click it.
hoverMouse() - Method in interface com.smartbear.testleft.testobjects.Control
Places the mouse pointer over the specified control.
hoverMouse(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Places the mouse pointer over the specified control.
hoverMouseCell(int, String) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(String, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(String, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseCell(int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseColumnHeader(int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Places the mouse pointer at position (X, Y) in header-relative coordinates.
hoverMouseNewRowCell(String) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseNewRowCell(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseNewRowCell(String, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseNewRowCell(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
hoverMouseNewRowIndicator() - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseNewRowIndicator(int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseRowIndicator(int, int, int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.GridView
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseRowIndicator(int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseRowIndicator(int, String) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseRowIndicator(int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseRowIndicator(int, String, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseRowIndicator(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
hoverMouseTab(String) - Method in interface com.smartbear.testleft.testobjects.web.devexpress.DevExpressWebTabControl
Places the mouse pointer at position (X, Y) in tab-relative coordinates.
hoverMouseTab(int) - Method in interface com.smartbear.testleft.testobjects.web.devexpress.DevExpressWebTabControl
Places the mouse pointer at position (X, Y) in tab-relative coordinates.
hoverMouseTab(String, int, int) - Method in interface com.smartbear.testleft.testobjects.web.devexpress.DevExpressWebTabControl
Places the mouse pointer at position (X, Y) in tab-relative coordinates.
hoverMouseTab(int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.devexpress.DevExpressWebTabControl
Places the mouse pointer at position (X, Y) in tab-relative coordinates.
href - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The href attribute value of the sought-for web element.
htmlFor - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The for attribute value of the sought-for web element.
HttpException - Exception in com.smartbear.testleft
 
HttpException(int, String) - Constructor for exception com.smartbear.testleft.HttpException
 
HyperLink - Interface in com.smartbear.testleft.testobjects
The test interface for hyperlink controls.

I

idStr - Variable in class com.smartbear.testleft.testobjects.WebCellElementPattern
The id attribute of the sought-for cell.
idStr - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The id attribute of the sought-for Object with special characters replaced with underscores.
IjQueryMobileListView - Interface in com.smartbear.testleft.testobjects.web.jqueryui
The test interface for jQuery Mobile list view controls.
IjQueryMobileMultipleSelectMenu - Interface in com.smartbear.testleft.testobjects.web.jqueryui
The test interface for jQuery Mobile select menu controls with multiple selects.
IjQueryMobileRangeSlider - Interface in com.smartbear.testleft.testobjects.web.jqueryui
The test interface for jQuery Mobile range slider controls.
IjQueryUISlider - Interface in com.smartbear.testleft.testobjects.web.jqueryui
The test interface for jQuery UI slider controls.
Index - Variable in class com.smartbear.testleft.testobjects.AWTPattern
Used for windowed Objects.
Index - Variable in class com.smartbear.testleft.testobjects.ProcessPattern
The number of the desired process among other processes created for the same executable.
Index - Variable in class com.smartbear.testleft.testobjects.QtPattern
Used for windowed Objects.
Index - Variable in class com.smartbear.testleft.testobjects.SWTPattern
The Object's position (zero-based) in the parent Object's collection of child Objects.
Index - Variable in class com.smartbear.testleft.testobjects.TextPattern
The index of the sought-for Object among other Objects that have the same text.
Index - Variable in class com.smartbear.testleft.testobjects.VBPattern
For windowed Objects, Index is the current front-to-back position (1-based) of the sought-for window among other windows that have the same name.
Index - Variable in class com.smartbear.testleft.testobjects.VCLNETPattern
The Object's current front-to-back position (1-based) among other Objects that have the same class name and caption.
Index - Variable in class com.smartbear.testleft.testobjects.WindowPattern
The Index property value is the current front-to-back position (1-based) of the sought-for window among other windows that have the same class name and caption.
Index - Variable in class com.smartbear.testleft.testobjects.WinFormsPattern
The Object's current front-to-back position (1-based) among other Objects that have the same class name and caption.
InfragisticsAutoRepeatEditorButton - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics auto repeat editor button controls.
InfragisticsDockablePane - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics dockable pane controls.
InfragisticsDropDownEditorButton - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics drop-down editor button controls.
InfragisticsEditorButton - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics editor button controls.
InfragisticsEditorButtonBase - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The base test interface for Infragistics editor button controls.
InfragisticsEditWithButtons - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics edit controls with editor buttons.
InfragisticsSpinEditorButton - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics spin editor button controls.
InfragisticsStateEditorButton - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics state editor button controls.
InfragisticsUltraGridRowView - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics UltraGrid's row views.
InfragisticsUltraListView - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The tets interface for Infragistics UltraListView controls.
InfragisticsUltraMainMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for controls that have a main menu created with the Infragistics UltraMainMenu component.
InfragisticsUltraPopupMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for controls that have a popup menu created with the Infragistics UltraPopupMenu component.
InfragisticsWebDataGrid - Interface in com.smartbear.testleft.testobjects.web.infragistics
The test interface for Infragistics UltraWebGrid controls.
InfragisticsWebDateTimeEdit - Interface in com.smartbear.testleft.testobjects.web.infragistics
The test interface for Infragistics WebDateTimeEdit controls.
InfragisticsWebNumericEdit - Interface in com.smartbear.testleft.testobjects.web.infragistics
The test interface for Infragistics WebNumericEdit controls.
InfragisticsXamDataGrid - Interface in com.smartbear.testleft.testobjects.winforms.infragistics
The test interface for Infragistics data grid controls in WPF applications.
InternalException - Exception in com.smartbear.testleft
 
InternalException() - Constructor for exception com.smartbear.testleft.InternalException
 
InternalException(Exception) - Constructor for exception com.smartbear.testleft.InternalException
 
InternalException(String) - Constructor for exception com.smartbear.testleft.InternalException
 
InternalException(String, Exception) - Constructor for exception com.smartbear.testleft.InternalException
 
InvalidCastException - Exception in com.smartbear.testleft
The exception that is thrown when casting is invalid
InvalidCastException(String) - Constructor for exception com.smartbear.testleft.InvalidCastException
Initializes a new instance of the InvalidCastException class using the specified error message.
InvalidCastException(String, Exception) - Constructor for exception com.smartbear.testleft.InvalidCastException
Initializes a new instance of the InvalidCastException class using the specified error message and a reference to the inner exception.
InvalidTypeCastException - Exception in com.smartbear.testleft
The exception that is thrown when the result of the find, findAll or tryFind method is cast incorrectly.
InvalidTypeCastException(List<String>, Class) - Constructor for exception com.smartbear.testleft.InvalidTypeCastException
 
InvocationException - Exception in com.smartbear.testleft
This exception is thrown when an error occurs while invoking a member of the Object class.
InvocationException(String, TestObject, String, Object[]) - Constructor for exception com.smartbear.testleft.InvocationException
Initializes a new instance of the InvocationException class using the specified error message, Object class, member name and parameters.
InvocationException(String, TestObject, String, Object[], Exception) - Constructor for exception com.smartbear.testleft.InvocationException
Initializes a new instance of the InvocationException class using the specified error message, Object class, member name, invocation parameters and a reference to the inner exception.
isFlagSet(RuntimeChecks) - Method in enum com.smartbear.testleft.options.RuntimeChecks
 
isIncludeDerived() - Method in class com.smartbear.testleft.options.OptionsManager.ClassFilterEntry
True if the derived classes should be processed in the same way as the class that the OptionsManager.ClassFilterEntry.getClassName() property specifies.
isInstallFlashInjectorAtTestStart() - Method in class com.smartbear.testleft.options.OptionsManager.FlexSettings
Gets whether the Flash and Flex testing module is automatically installed into Flash Player when a test run starts.
isPostImageOnError() - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Gets whether to log a desktop screenshot when an error occurs during the test run.
isSimplifiedObjectTree() - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings
Gets whether non-interactive WPF elements (such as panels, decorators, etc.) are excluded from the Object hierarchy.
isSuccess() - Method in class com.smartbear.testleft.FindResult
Specifies whether the search was successful.
isUseCaseSensitiveParameters() - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Gets whether methods that simulate user actions (ClickItem, DblClickItem, SelectItem and others) take into account or ignore the letter case in String parameters.
ItemCollection<T> - Interface in com.smartbear.testleft.testobjects
The test interface for an item collection of a control.

J

JanusMainMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms.janus
The test interface for controls that have a main menu created with the Janus UI Controls menu component.
JavaFullClassName - Variable in class com.smartbear.testleft.testobjects.AWTPattern
The full class name of the sought-for Object (for example, Button.
JavaFullClassName - Variable in class com.smartbear.testleft.testobjects.JavaFXPattern
The full class name of the sought-for Object (for example, javafx.scene.control.Button).
JavaFullClassName - Variable in class com.smartbear.testleft.testobjects.SWTPattern
The full class name of the sought-for widget (for example, org.eclipse.swt.widgets.Button).
JavaFXMenuBar - Interface in com.smartbear.testleft.testobjects.javafx
The test interface for JavaFX menu bar controls.
JavaFXObjectIndex - Variable in class com.smartbear.testleft.testobjects.JavaFXPattern
The Object's position (zero-based) in the parent Object's collection of child Objects.
JavaFXObjectName - Variable in class com.smartbear.testleft.testobjects.JavaFXPattern
For Nodes, specifies the value returned by getId().
JavaFXObjectText - Variable in class com.smartbear.testleft.testobjects.JavaFXPattern
The text or title of the sought-for Node or Stage Object.
JavaFXPattern - Class in com.smartbear.testleft.testobjects
A search pattern for JavaFX test Objects.
JavaFXPattern() - Constructor for class com.smartbear.testleft.testobjects.JavaFXPattern
Creates a new instance of the JavaFXPattern class.
JavaFXPopupMenuOwner - Interface in com.smartbear.testleft.testobjects.javafx
The test interface for controls that have a popup menu created with the JavaFX PopupMenu component.
JComponent - Interface in com.smartbear.testleft.testobjects.swing
The test interface for controls that have a popup menu created with the Java Swing PopupMenu component.
JMenuBar - Interface in com.smartbear.testleft.testobjects.swing
The test interface for Java Swing menu bar controls.
JPasswordField - Interface in com.smartbear.testleft.testobjects.swing
The test interface for Java Swing password field controls.

K

keys(String) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates keyboard input to a window or control.
keys(String) - Method in interface com.smartbear.testleft.testobjects.Desktop
Simulates keyboard input to a window or control that is currently active on the Windows desktop.

L

length - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
Applied to FORM elements.
ListBox - Interface in com.smartbear.testleft.testobjects
The test interface for list box controls.
LocalDriver - Class in com.smartbear.testleft
A class that represents a connection between TestLeft and the test engine on a local machine.
LocalDriver() - Constructor for class com.smartbear.testleft.LocalDriver
Initializes a new instance of the LocalDriver class using the default port number.
LocalDriver(int) - Constructor for class com.smartbear.testleft.LocalDriver
Initializes a new instance of the LocalDriver class using the specified port number.
LocalizedControlType - Variable in class com.smartbear.testleft.testobjects.UIAPattern
The value of the LocalizedControlType property (UIA_LocalizedControlTypePropertyId) of the sought-for automation element.
Log - Class in com.smartbear.testleft
Provides access to the test log.
Log(WebClientApi) - Constructor for class com.smartbear.testleft.Log
 
Log.Format - Enum in com.smartbear.testleft
Constants that are used to specify the supported log formats.

M

maximize() - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Maximizes the specified Window object.
maximize() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Simulates a mouse click on the Maximize button of the window's dockable pane.
Menu - Interface in com.smartbear.testleft.testobjects
The test interface for menus.
MenuItem - Interface in com.smartbear.testleft.testobjects
The test interface menu items.
message(String) - Method in class com.smartbear.testleft.Log
Posts a new informative message to the test log.
message(String, String) - Method in class com.smartbear.testleft.Log
Posts a new informative message to the test log.
method - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The method property value of the sought-for web element.
MFCEditBrowse - Interface in com.smartbear.testleft.testobjects.mfc
The test interface for MFC edit browse controls.
minimize() - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Minimizes the specified Window object.
minimize() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Simulates a mouse click on the Minimize button of the window's dockable pane.
MissingMemberException - Exception in com.smartbear.testleft
 
MissingMemberException(String) - Constructor for exception com.smartbear.testleft.MissingMemberException
 
MissingNodeException - Exception in com.smartbear.testleft
 
MissingNodeException(String) - Constructor for exception com.smartbear.testleft.MissingNodeException
 
MooToolsSlider - Interface in com.smartbear.testleft.testobjects.web.mootools
The test interface for MooTools slider controls.
mouseWheel(int) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates mouse wheel rotation.
mouseWheel(int, ShiftKey) - Method in interface com.smartbear.testleft.testobjects.Control
Simulates mouse wheel rotation.
moveToDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Moves the calendar to the specified date.
moveToPage(int) - Method in interface com.smartbear.testleft.testobjects.wpf.telerik.TelerikWPFRadGridView
Sets the specified page as the current page.
MSAAObject - Interface in com.smartbear.testleft.testobjects
The test interface for controls accessible through Microsoft Active Accessibility (MSAA).
MSAAPattern - Class in com.smartbear.testleft.testobjects
A search pattern for test Objects accessible through Microsoft Active Accessibility (MSAA).
MSAAPattern() - Constructor for class com.smartbear.testleft.testobjects.MSAAPattern
Creates a new instance of the MSAAPattern class.
multiple - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The multiple property value of the sought-for web element.
multiSelect(String[]) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Selects several items.
multiSelect(int[]) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Selects several items.
multiSelect(String[]) - Method in interface com.smartbear.testleft.testobjects.ListBox
Selects several items.
multiSelect(int[]) - Method in interface com.smartbear.testleft.testobjects.ListBox
Selects several items.
MxDateField - Interface in com.smartbear.testleft.testobjects.flash
The test interface for Adobe Flex date field controls.
MxSlider - Interface in com.smartbear.testleft.testobjects.flash
The test interface for Adobe Flex slider controls.

N

next() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Moves the calendar to the next date interval.
next() - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapCarousel
Selects the next item.

O

objectFromPoint(int, int) - Method in interface com.smartbear.testleft.testobjects.Desktop
Returns the visual object that contains the pixel with the specified coordinates.
objectFromPoint(int, int, boolean) - Method in interface com.smartbear.testleft.testobjects.Desktop
Returns the visual object that contains the pixel with the specified coordinates.
ObjectGroupIndex - Variable in class com.smartbear.testleft.testobjects.FlashPattern
The index (zero-based) of the sought-for Object in a group of Objects that have the same type, identifier and label.
ObjectGroupIndex - Variable in class com.smartbear.testleft.testobjects.MSAAPattern
The index (zero-based) of the sought-for Object in the group of Objects that have the same ObjectIdentifier.
ObjectGroupIndex - Variable in class com.smartbear.testleft.testobjects.UIAPattern
The index (zero-based) of the sought-for Object in the group of Objects that have the same ObjectIdentifier.
ObjectGroupIndex - Variable in class com.smartbear.testleft.testobjects.WebPagePattern
The index (1-based) of the sought-for page among other pages that display the same URL.
ObjectIdentifier - Variable in class com.smartbear.testleft.testobjects.FlashPattern
The value TestLeft uses to identify the Object.
ObjectIdentifier - Variable in class com.smartbear.testleft.testobjects.MSAAPattern
The value TestLeft uses to identify the Object.
ObjectIdentifier - Variable in class com.smartbear.testleft.testobjects.UIAPattern
The value TestLeft uses to identify the Object.
ObjectIdentifier - Variable in class com.smartbear.testleft.testobjects.VCLPattern
The name of the sought-for Object as it is specified in the application's code ("native" name property).
ObjectIdentifier - Variable in class com.smartbear.testleft.testobjects.WebBrowserPattern
Specifies the browser type.
ObjectIdentifier - Variable in class com.smartbear.testleft.testobjects.WebBrowserUIPattern
The String TestLeft uses to identify the sought-for web element.
ObjectIdentifier - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The String TestLeft uses to identify the sought-for web element: the ID or name attribute values, the file name for IMGs and so on.
ObjectInternal - Interface in com.smartbear.testleft.testobjects
 
ObjectLabel - Variable in class com.smartbear.testleft.testobjects.FlashPattern
The label of the sought-for Object.
ObjectLabel - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The label or text of the sought-for Object.
ObjectMappingSettings - Class in com.smartbear.testleft.options
Assists in changing the Object Mapping settings.
ObjectMappingSettings.MappedObject - Class in com.smartbear.testleft.options
Manages a list of classes that correspond to a specific object type (a standard Windows check box, WPF calendar, Qt tree widget and so on).
ObjectName - Variable in class com.smartbear.testleft.testobjects.QtPattern
The "native" ObjectName property of the sought-for Qt Object.
ObjectTreeNode - Interface in com.smartbear.testleft.testobjects
The basic interface for test objects that correspond to processes, windows, and controls.
ObjectTreeNodeNotFoundException - Exception in com.smartbear.testleft
This exception is thrown when a test object is not found.
ObjectTreeNodeNotFoundException(SearchPattern, int, int) - Constructor for exception com.smartbear.testleft.ObjectTreeNodeNotFoundException
Initializes a new instance of the ObjectTreeNodeNotFoundException class using the specified search pattern, search depth and timeout.
ObjectTreeNodeNotFoundException(SearchPattern, String, int, int) - Constructor for exception com.smartbear.testleft.ObjectTreeNodeNotFoundException
Initializes a new instance of the ObjectTreeNodeNotFoundException class using the specified search pattern, parent object name, search depth and timeout.
ObjectType - Variable in class com.smartbear.testleft.testobjects.FlashPattern
The Object type corresponds to the Object's accessible role.
ObjectType - Variable in class com.smartbear.testleft.testobjects.MSAAPattern
Specifies the type of the sought-for Object.
ObjectType - Variable in class com.smartbear.testleft.testobjects.WebBrowserUIPattern
The role of the sought-for web element on a page: Button, Image, Cell and so on.
ObjectType - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
Specifies the type of the sought-for web element.
OldVersionResponseException - Exception in com.smartbear.testleft
This exception is thrown if the version of the test engine (TestComplete/TestExecute) is earlier than the TestLeft version.
OldVersionResponseException() - Constructor for exception com.smartbear.testleft.OldVersionResponseException
Initializes a new instance of the OldVersionResponseException class
openFile(String) - Method in interface com.smartbear.testleft.testobjects.OpenFileDialog
Opens a file specified by its fully-qualified name.
openFile(String, String) - Method in interface com.smartbear.testleft.testobjects.OpenFileDialog
Opens a file specified by its fully-qualified name.
openFile(String, int) - Method in interface com.smartbear.testleft.testobjects.OpenFileDialog
Opens a file specified by its fully-qualified name.
OpenFileDialog - Interface in com.smartbear.testleft.testobjects
The test interface for Open File dialogs.
openFolder(String) - Method in class com.smartbear.testleft.Log
Creates a new folder in the test log and activates it.
openFolder(String, String) - Method in class com.smartbear.testleft.Log
Creates a new folder in the test log and activates it.
OptionsManager - Class in com.smartbear.testleft.options
Provides access to the test engine options.
OptionsManager(WebClientApi) - Constructor for class com.smartbear.testleft.options.OptionsManager
 
OptionsManager.ClassFilterEntry - Class in com.smartbear.testleft.options
Represents a class description that TestLeft options use.
OptionsManager.DebugSettings - Class in com.smartbear.testleft.options
Provides access to debug options like RuntimeChecks.
OptionsManager.FlexSettings - Class in com.smartbear.testleft.options
Flash and Flex testing options.
OptionsManager.GeneralSettings - Class in com.smartbear.testleft.options
Provides access to test playback options like the auto-wait timeout, delay between events and others.
OptionsManager.JavaFXSettings - Class in com.smartbear.testleft.options
Manages a list of classes of JavaFX objects that will be included in the Object hierarchy.
OptionsManager.MSAASettings - Class in com.smartbear.testleft.options
Manages the list of window types that are identified via the MSAA engine.
OptionsManager.TextRecognitionSettings - Class in com.smartbear.testleft.options
Manages the list of window classes that are identified via the Text Recognition engine.
OptionsManager.UIAutomationSettings - Class in com.smartbear.testleft.options
Manages the list of window classes that are identified via the UI Automation engine.
OptionsManager.VisualizerSettings - Class in com.smartbear.testleft.options
Provides access to Test Visualizer options.
OptionsManager.WebTestingSettings - Class in com.smartbear.testleft.options
Web testing options.
OptionsManager.WPFSettings - Class in com.smartbear.testleft.options
Provides access to the options that control which WPF objects will be included in the Object hierarchy.
OptionsManager.WPFSettings.CompositeControlDescription - Class in com.smartbear.testleft.options
Represents the description of a composite WPF control.
OsInformation - Interface in com.smartbear.testleft.testobjects
The test interface for the operating system information.

P

pagePicture(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Captures an image of the specified rectangular area on a scrollable page.
pagePicture() - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Captures an image of the entire scrollable page.
pathname - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The pathname property value of the sought-for web element.
picture(BufferedImage) - Method in class com.smartbear.testleft.Log
Posts an image to the test log.
picture(BufferedImage, String) - Method in class com.smartbear.testleft.Log
Posts an image to the test log.
picture(BufferedImage, String, String) - Method in class com.smartbear.testleft.Log
Posts an image to the test log.
picture() - Method in interface com.smartbear.testleft.testobjects.VisualObject
Captures the image of the object.
picture(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.VisualObject
Captures the image of the specified rectangular area of the object.
picture(int, int, int, int, boolean) - Method in interface com.smartbear.testleft.testobjects.VisualObject
Captures the image of the specified rectangular area of the object.
pin() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Simulates a mouse click on the Pin button of the window's dockable pane.
pinItem(String) - Method in interface com.smartbear.testleft.testobjects.AccordionWithPinnableItems
Pins the specified item.
pinItem(int) - Method in interface com.smartbear.testleft.testobjects.AccordionWithPinnableItems
Pins the specified item.
placeholder - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The placeholder attribute value of the sought-for web element.
PlatformType - Enum in com.smartbear.testleft
Constants that are used to specify available platforms
position(int, int, int, int) - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Sets the specified position and size for a specific Window object.
ProcessFilterSettings - Class in com.smartbear.testleft.options
Allows you to filter processes whose objects will be identified by TestLeft.
ProcessFilterSettings.FilterMode - Enum in com.smartbear.testleft.options
Constants that define how TestLeft handles processes specified by the process filter.
ProcessName - Variable in class com.smartbear.testleft.testobjects.ProcessPattern
The process name for the search (the name of the application's executable without the extension).
ProcessPattern - Class in com.smartbear.testleft.testobjects
A search pattern for process Objects.
ProcessPattern() - Constructor for class com.smartbear.testleft.testobjects.ProcessPattern
Creates a new instance of the ProcessPattern class.
PropertyGridView - Interface in com.smartbear.testleft.testobjects
The test interface for property grid controls.

Q

QtClassName - Variable in class com.smartbear.testleft.testobjects.QtPattern
The class name of the sought-for Object as it is specified in the application's source code.
QtDateTimeEdit - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt controls for editing date and time.
QtDoubleSpinBox - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt spin box controls that take Double values.
QtIndex - Variable in class com.smartbear.testleft.testobjects.QtPattern
Used for windowless Objects.
QtLineEdit - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt text edit controls.
QtMenu - Interface in com.smartbear.testleft.testobjects.qt
The test interface for controls that have a popup or context menu created with Qt menu widget.
QtMenuBar - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt menu bar controls.
QtPattern - Class in com.smartbear.testleft.testobjects
A search pattern for Qt test Objects.
QtPattern() - Constructor for class com.smartbear.testleft.testobjects.QtPattern
Creates a new instance of the QtPattern class.
QtSpinBox - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt spin box controls.
QtTableWidget - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt table controls.
QtText - Variable in class com.smartbear.testleft.testobjects.QtPattern
The text of the sought-for Qt Object: the "native" WindowTitle property for text editors, and the "native" Text property for other Objects.
QtToolButton - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt tool button controls.
QtTreeItem - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt tree view's items.
QtTreeWidget - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt tree view controls.
QtWidget - Interface in com.smartbear.testleft.testobjects.qt
The test interface for Qt controls.
querySelector(Class, String) - Method in interface com.smartbear.testleft.testobjects.web.WebObject
Finds a child object that matches the specified CSS selector.
querySelectorAll(Class, String) - Method in interface com.smartbear.testleft.testobjects.web.WebObject
Finds all child objects that match the specified CSS selector.

R

RadioButton - Interface in com.smartbear.testleft.testobjects
The test interface for radio button controls.
RadioGroup - Interface in com.smartbear.testleft.testobjects
The test interface for radio group controls.
readOnly - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
Specifies whether the sought-for web Object has the readonly attribute.
RemoteDriver - Class in com.smartbear.testleft
A class that represents the connection between TestLeft and the test engine on a remote machine.
RemoteDriver(String, String, String) - Constructor for class com.smartbear.testleft.RemoteDriver
Initializes a new instance of the RemoteDriver class using the specified host, user name and password.
RemoteDriver(String, String, String, int) - Constructor for class com.smartbear.testleft.RemoteDriver
Initializes a new instance of the RemoteDriver class using the specified host, user name, password and port number.
removeAllJavaFxClasses() - Method in class com.smartbear.testleft.options.OptionsManager.JavaFXSettings
Clears the list of classes to be included in the Object hierarchy in JavaFX applications.
removeAllProcesses() - Method in class com.smartbear.testleft.options.ProcessFilterSettings
Clears the list of filtered processes.
removeAllWindows() - Method in class com.smartbear.testleft.options.OptionsManager.MSAASettings
Clears the list of window types identified via the MSAA engine.
removeAllWindows() - Method in class com.smartbear.testleft.options.OptionsManager.TextRecognitionSettings
Clears the list of window classes identified via the Text Recognition engine.
removeAllWindows() - Method in class com.smartbear.testleft.options.OptionsManager.UIAutomationSettings
Clears the list of window classes identified via the UI Automation engine.
RestConnectionLost - Exception in com.smartbear.testleft
 
RestConnectionLost(String) - Constructor for exception com.smartbear.testleft.RestConnectionLost
 
RestConnectionRefused - Exception in com.smartbear.testleft
The exception that is thrown in the client when it fails to connect to the REST server.
RestConnectionRefused(String) - Constructor for exception com.smartbear.testleft.RestConnectionRefused
Initializes a new instance of the RestConnectionRefused class.
RestIncorrectUsernameOrPassword - Exception in com.smartbear.testleft
The exception that is thrown when an incorrect username or password is specified.
RestIncorrectUsernameOrPassword(String) - Constructor for exception com.smartbear.testleft.RestIncorrectUsernameOrPassword
Initializes a new instance of the RestIncorrectUsernameOrPassword class.
restore() - Method in interface com.smartbear.testleft.testobjects.TopLevelWindow
Restores the specified Window object to normal (from the maximized or minimized state).
restore() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Simulates a mouse click on the Maximize or Minimize button of the window's dockable pane depending on the window's current state.
RichTextEdit - Interface in com.smartbear.testleft.testobjects
The test interface for rich text edit controls.
role - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The role attribute value of the sought-for web element.
RowIndex - Variable in class com.smartbear.testleft.testobjects.WebCellElementPattern
The row number (zero-based) of the sought-for cell.
run(String) - Method in class com.smartbear.testleft.ApplicationManager
Runs the specified application and returns its process object.
run(String, String) - Method in class com.smartbear.testleft.ApplicationManager
Runs the specified application and returns its process object.
run(String, String, String) - Method in class com.smartbear.testleft.ApplicationManager
Runs the specified application and returns its process object.
runAs(String, String, String) - Method in class com.smartbear.testleft.ApplicationManager
Runs an application under another user account and returns the application process object.
runAs(String, String, String, String) - Method in class com.smartbear.testleft.ApplicationManager
Runs an application under another user account and returns the application process object.
runAs(String, String, String, String, String) - Method in class com.smartbear.testleft.ApplicationManager
Runs an application under another user account and returns the application process object.
runBrowser(BrowserInfo) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserInfo, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserInfo, String, Integer) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserInfo, String, Integer, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserInfo, String, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, PlatformType) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser of a particular bitness (32-bit or 64-bit).
runBrowser(BrowserType, PlatformType, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, PlatformType, String, Integer) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, PlatformType, String, Integer, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, PlatformType, String, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, String, int) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, String, int, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runBrowser(BrowserType, String, String) - Method in class com.smartbear.testleft.ApplicationManager
Launches a web browser and, if a URL is specified, navigates to the web page.
runPackage(String) - Method in class com.smartbear.testleft.ApplicationManager
Runs a Windows Store application package and returns the application process object.
RuntimeChecks - Enum in com.smartbear.testleft.options
Specifies the checks TestLeft performs when searching for objects and typecasting interfaces.

S

save(String, Log.Format) - Method in class com.smartbear.testleft.Log
Saves the current log.
saveDumpToLog() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Generates a process dump and posts it to the log.
saveDumpToLog(boolean) - Method in interface com.smartbear.testleft.testobjects.TestProcess
Generates a process dump and posts it to the log.
saveFile(String) - Method in interface com.smartbear.testleft.testobjects.SaveFileDialog
Saves the file with the fully-qualified name.
saveFile(String, String) - Method in interface com.smartbear.testleft.testobjects.SaveFileDialog
Saves the file with the fully-qualified name.
saveFile(String, int) - Method in interface com.smartbear.testleft.testobjects.SaveFileDialog
Saves the file with the fully-qualified name.
SaveFileDialog - Interface in com.smartbear.testleft.testobjects
The test interface for Save File dialogs.
screenshot(VisualObject) - Method in class com.smartbear.testleft.Log
Makes a screenshot and posts it to the test log.
screenshot(VisualObject, String) - Method in class com.smartbear.testleft.Log
Makes a screenshot and posts it to the test log.
screenshot(VisualObject, String, String) - Method in class com.smartbear.testleft.Log
Makes a screenshot and posts it to the test log.
screenToWindow(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Converts screen coordinates to coordinates relative to the object.
ScrollBarInt - Interface in com.smartbear.testleft.testobjects
The test interface for scroll bar controls.
ScrollBarReal - Interface in com.smartbear.testleft.testobjects
The test interface for scroll bar controls.
ScrollViewBarInt - Interface in com.smartbear.testleft.testobjects
The test interface for scroll bars.
ScrollViewBarReal - Interface in com.smartbear.testleft.testobjects
The test interface for scroll bars.
ScrollViewInt - Interface in com.smartbear.testleft.testobjects
The test interface for scroll view controls that have scroll bars with integer parameters.
ScrollViewReal - Interface in com.smartbear.testleft.testobjects
The test interface for scroll view controls that have scroll bars with floating-point parameters.
SearchPattern - Interface in com.smartbear.testleft.testobjects
The basic interface for searching test objects.
SearchPatternBase - Class in com.smartbear.testleft.testobjects
Basic implementation of search patterns.
SearchPatternBase() - Constructor for class com.smartbear.testleft.testobjects.SearchPatternBase
 
SearchPatternBase.SearchPatternItems - Class in com.smartbear.testleft.testobjects
A container for property-value pairs used in a search pattern.
SearchPatternItems() - Constructor for class com.smartbear.testleft.testobjects.SearchPatternBase.SearchPatternItems
Initializes a new instance of the SearchPatternBase.SearchPatternItems class.
select(String) - Method in interface com.smartbear.testleft.testobjects.Menu
Selects the specified menu item.
select(int) - Method in interface com.smartbear.testleft.testobjects.Menu
Selects the specified menu item.
select() - Method in interface com.smartbear.testleft.testobjects.win.WinTreeViewItem
Selects the item.
selectDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Calendar
Selects or unselects the specified date depending on the Select parameter (true by default).
selectDate(LocalDateTime, boolean) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Calendar
Selects or unselects the specified date depending on the Select parameter (true by default).
selectItem(String) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Selects the item.
selectItem(int) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Selects the item.
selectItem(String, boolean) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Selects or unselects the item.
selectItem(int, boolean) - Method in interface com.smartbear.testleft.testobjects.ComboBoxMulti
Selects or unselects the item.
selectItem(String) - Method in interface com.smartbear.testleft.testobjects.ListBox
Selects an item, if it's not selected.
selectItem(int) - Method in interface com.smartbear.testleft.testobjects.ListBox
Selects an item, if it is not selected.
selectItem(String, boolean) - Method in interface com.smartbear.testleft.testobjects.ListBox
Selects or unselects an item.
selectItem(int, boolean) - Method in interface com.smartbear.testleft.testobjects.ListBox
Selects or unselects an item.
selectItem(String) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapCarousel
Selects the specified item.
selectItem(int) - Method in interface com.smartbear.testleft.testobjects.web.bootstrap.BootstrapCarousel
Selects the specified item.
selectItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Selects the item.
selectItem(int) - Method in interface com.smartbear.testleft.testobjects.win.WinListView
Selects the item.
selectItem(String) - Method in interface com.smartbear.testleft.testobjects.win.WinTreeView
Selects the item specified by its path.
setAutoWaitTimeout(long) - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Sets the number of milliseconds to wait for an expected object to become available, or for an unexpected window to close before posting a timeout error.
setClassName(String) - Method in class com.smartbear.testleft.options.OptionsManager.ClassFilterEntry
The name of a class.
setClassName(String) - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings.CompositeControlDescription
Sets the fully-qualified class name of a control with template-generated elements.
setCollectTestVisualizer(VisualizerMode) - Method in class com.smartbear.testleft.options.OptionsManager.VisualizerSettings
Sets Test Visualizer's mode during the test run.
setCompositeControls(List<OptionsManager.WPFSettings.CompositeControlDescription>) - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings
Sets a list of WPF controls whose template-generated elements TestLeft will expose.
setCompositeItemsControls(List<OptionsManager.WPFSettings.CompositeControlDescription>) - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings
Sets a list of WPF controls containing template-generated items whose elements TestLeft will expose.
setDraggingDelay(long) - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Sets the number of milliseconds it takes the mouse cursor to pass 20 pixels.
setFilteringMode(ProcessFilterSettings.FilterMode) - Method in class com.smartbear.testleft.options.ProcessFilterSettings
Sets the processes listed in the process filter.
setFocus() - Method in interface com.smartbear.testleft.testobjects.Window
Sets focus to the window object.
setId(String) - Method in interface com.smartbear.testleft.testobjects.win.WinSysLinkItem
Returns the string that contains the ID.
setImageCaptureStyle(CaptureStyle) - Method in class com.smartbear.testleft.options.OptionsManager.VisualizerSettings
Sets the screen area to take screenshots of.
setIncludeDerived(boolean) - Method in class com.smartbear.testleft.options.OptionsManager.ClassFilterEntry
True if the derived classes should be processed in the same way as the class that the OptionsManager.ClassFilterEntry.getClassName() property specifies.
setInstallFlashInjectorAtTestStart(boolean) - Method in class com.smartbear.testleft.options.OptionsManager.FlexSettings
Sets whether the Flash and Flex testing module is automatically installed into Flash Player when a test run starts.
setJavaFXClasses(List<OptionsManager.ClassFilterEntry>) - Method in class com.smartbear.testleft.options.OptionsManager.JavaFXSettings
Sets a list of classes of the JavaFX objects to be included in the Object hierarchy
setMouseX(int) - Method in interface com.smartbear.testleft.testobjects.Desktop
Sets the horizontal position of the mouse pointer.
setMouseY(int) - Method in interface com.smartbear.testleft.testobjects.Desktop
Sets the vertical position of the mouse pointer.
setName(String) - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings.CompositeControlDescription
Sets the application-defined name of a control with template-generated elements.
setPageLoadTimeout(long) - Method in class com.smartbear.testleft.options.OptionsManager.WebTestingSettings
Sets the number of milliseconds to wait until the browser loads the page and becomes ready to accept user input.
setPos(int) - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarInt
Sets the position of the scrollbar thumb.
setPos(double) - Method in interface com.smartbear.testleft.testobjects.ScrollViewBarReal
Sets the position of the scrollbar thumb.
setPosition(double) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryUISlider
Sets the logical position(s) of the slider.
setPosition(double, double) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryUISlider
Sets the logical position(s) of the slider.
setPosition(int, int) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2DualSlider
Sets the logical positions of the slider.
setPositionXY(int, int) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Sets the logical position of the slider.
setPostImageOnError(boolean) - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Sets whether to log a desktop screenshot when an error occurs during the test run.
setProperty(String, Object, Object...) - Method in interface com.smartbear.testleft.testobjects.TestObject
Sets a value for the specified property.
setRuntimeChecks(RuntimeChecks) - Method in class com.smartbear.testleft.options.OptionsManager.DebugSettings
Sets RuntimeChecks that will be performed during the test run.
setSelection(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Sets a range from the first date to wMaxDate as the selected block in the month calendar control.
setSelection(LocalDateTime, LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Sets a range from the first date to the last date as the selected block in the month calendar control.
setSimplifiedObjectTree(boolean) - Method in class com.smartbear.testleft.options.OptionsManager.WPFSettings
Sets whether non-interactive WPF elements (such as panels, decorators, etc.) are excluded from the Object hierarchy.
setState(CheckState) - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsStateEditorButton
Specifies the current state of the editor button, that is, Unchecked, Checked or Grayed.
setState(CheckState) - Method in interface com.smartbear.testleft.testobjects.wpf.devexpress.DevExpressWPFButtonEditToggleButton
The current state of the toggle button, that is, cbUnchecked, cbChecked or cbGrayed.
setSWTMode(boolean) - Method in class com.smartbear.testleft.options.OptionsManager.WebTestingSettings
Sets TestComplete or TestExecute to the SWT mode
setText(String) - Method in interface com.smartbear.testleft.testobjects.silverlight.SilverlightPasswordBox
Enters text in the text editor.
setText(String) - Method in interface com.smartbear.testleft.testobjects.TextEdit
Enters text in the text editor.
setText(String) - Method in interface com.smartbear.testleft.testobjects.win.WinComboBox
Sets text displayed in the combo box control.
setToday() - Method in interface com.smartbear.testleft.testobjects.DatePicker
Selects today's date in the control.
setToday() - Method in interface com.smartbear.testleft.testobjects.DatePickerNullable
Selects today's date.
setUrl(String) - Method in interface com.smartbear.testleft.testobjects.win.WinSysLinkItem
Returns the string that contains the URL represented by the link.
setUseCaseSensitiveParameters(boolean) - Method in class com.smartbear.testleft.options.OptionsManager.GeneralSettings
Sets whether the methods that simulate user actions (ClickItem, DblClickItem, SelectItem and others) take into account or ignore the letter case in String parameters.
setValue(String) - Method in interface com.smartbear.testleft.testobjects.MSAAObject
Sets the control’s value.
setView(String) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Switches the calendar to the specified view.
setView(int) - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Switches the calendar to the specified view.
setVisited(boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinSysLinkItem
Indicates whether the link item was left-clicked.
setwAddress(InetAddress) - Method in interface com.smartbear.testleft.testobjects.win.WinIPAddress
Represents the content of the IP Address control.
setwChecked(boolean) - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Specifies the value of the control's check box.
setwDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.DatePicker
Sets the currently selected date.
setwDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.DatePickerNullable
The currently selected date or null if no date is selected.
setwDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.flash.MxDateField
Returns the date selected in the Calendar control.
setwDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
IsDateFormat must be true.
setwDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
Returns the date selected in the month calendar control.
setwEndDate(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.win.WinMonthCalendar
If MultiSelect is true, this property returns the last date in the selected block in the month calendar control.
setwEndPosition(double) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryUISlider
Sets the end logical position of the slider.
setwEndPosition(int) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2DualSlider
Sets the end logical position of the slider.
setwItemState(int, CheckState) - Method in interface com.smartbear.testleft.testobjects.CheckedListBox
Sets an element by its index (zero-based).
setwItemState(String, CheckState) - Method in interface com.smartbear.testleft.testobjects.CheckedListBox
Sets an element by its index (zero-based).
setWndCaption(String) - Method in interface com.smartbear.testleft.testobjects.Window
Sets the window's caption.
setwPosition(int, double) - Method in interface com.smartbear.testleft.testobjects.flash.MxSlider
Sets an element by its index (zero-based).
setwPosition(int) - Method in interface com.smartbear.testleft.testobjects.ScrollBarInt
Returns the position of the scroll bar thumb.
setwPosition(double) - Method in interface com.smartbear.testleft.testobjects.ScrollBarReal
Returns the position of the scroll bar thumb.
setwPosition(int) - Method in interface com.smartbear.testleft.testobjects.TrackBarInt
Sets the position of the track bar slider.
setwPosition(double) - Method in interface com.smartbear.testleft.testobjects.TrackBarReal
Returns the position of the track bar slider.
setwPosition(int, double) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSMultiSlider
Sets an element by its index (zero-based).
setwPosition(int, double) - Method in interface com.smartbear.testleft.testobjects.web.jqueryui.IjQueryMobileRangeSlider
Sets an element by its index (zero-based).
setwPosition(int) - Method in interface com.smartbear.testleft.testobjects.win.WinPager
Specifies the logical position of the pager control, between wMin and wMax.
setwPosition(int) - Method in interface com.smartbear.testleft.testobjects.win.WinUpDownEdit
Returns the logical position of the up-down control (spin button), between wMin and wMax.
setwPositionX(int) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Sets the horizontal logical position of the slider.
setwPositionY(int) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Slider
Sets the vertical logical position of the slider.
setwSelectedItem(int) - Method in interface com.smartbear.testleft.testobjects.web.yui2.YUI2Carousel
Sets the selected item.
setwSelectionEnd(float) - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgSlider
Returns the logical position of the slider SelectionEnd.
setwSelectionStart(float) - Method in interface com.smartbear.testleft.testobjects.silverlight.telerik.TelerikAgSlider
Returns the logical position of the slider SelectionStart.
setwSort(int, Sort) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Sets an element by its index (zero-based).
setwSort(String, Sort) - Method in interface com.smartbear.testleft.testobjects.win.WinHeader
Sets an element by its index (zero-based).
setwState(CheckState) - Method in interface com.smartbear.testleft.testobjects.CheckBox
Sets the current state of the check box, that is, Unchecked, Checked or Grayed.
setwState(CheckState) - Method in interface com.smartbear.testleft.testobjects.ToggleButton
Returns the current state of the toggle button, that is, Unchecked, Checked or Grayed.
setwState(CheckState) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSToggleSplitButton
Returns the current state of the toggle button, that is, Unchecked or Checked.
setwText(String) - Method in interface com.smartbear.testleft.testobjects.silverlight.SilverlightPasswordBox
Contents of the edit control, as text string.
setwText(String) - Method in interface com.smartbear.testleft.testobjects.TextEdit
Sets the contents of the edit control as a text string.
setwText(String) - Method in interface com.smartbear.testleft.testobjects.win.WinSysLink
Specifies the content of the SysLink control as a text string.
setwText(String) - Method in interface com.smartbear.testleft.testobjects.wpf.WPFPasswordEdit
Contents of the edit control, as text string.
setwTime(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.TimePicker
The currently selected time.
setwTime(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.TimePickerNullable
The currently selected time or null if no time is selected.
setwTime(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.win.WinDateTimePicker
Specifies the time selected in the date and time picker control.
setwValue(int, int, Object) - Method in interface com.smartbear.testleft.testobjects.GridView
Gets a cell value the row and column indexes (zero-based).
setwValue(int, String, Object) - Method in interface com.smartbear.testleft.testobjects.GridView
Gets a cell value by the row index (zero-based) and column name.
setwValue(int, Object) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Sets an element by its index (zero-based).
setwValue(String, Object) - Method in interface com.smartbear.testleft.testobjects.PropertyGridView
Sets an element by its index (zero-based).
setwValue(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Returns the value of the SpinBox control.
setwValue(double) - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Returns the value of the SpinBox control.
setwValue(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Returns the value of the SpinBox control.
setwValue(int, int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets a cell value the row and column indexes (zero-based).
setwValue(int, String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets a cell value by the row index (zero-based) and column name.
setwValue(String, int, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Get a cell value by the row name and column index (zero-based).
setwValue(String, String, String) - Method in interface com.smartbear.testleft.testobjects.qt.QtTableWidget
Gets a cell value by the row and column names.
setwValue(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.UpDownEditDateTime
Sets a control value.
setwValue(int) - Method in interface com.smartbear.testleft.testobjects.UpDownEditInt
Sets a control value.
setwValue(Object) - Method in interface com.smartbear.testleft.testobjects.UpDownEditObject
Sets a control value.
setwValue(double) - Method in interface com.smartbear.testleft.testobjects.UpDownEditReal
Sets a control value.
setwValue(String) - Method in interface com.smartbear.testleft.testobjects.UpDownEditString
Sets a control value.
setwValue(int, String, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row index (zero-based) and column name.
setwValue(int, int, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by row and column indexes (zero-based).
setwValue(int, int, int, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row, column and view indexes (zero-based).
setwValue(int, String, int, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row index (zero-based), column name and view index.
setwValue(int, String, String, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row index (zero-based), column name and view name.
setwValue(int, int, String, Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressQuantumGrid
Gets a cell value by the row and column indexes (zero-based) and by the view name.
setwValue(Object) - Method in interface com.smartbear.testleft.testobjects.vcl.devexpress.DevExpressVCLSpinButton
Sets the spin button's value.
setwValue(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTimeField
The currently selected time or null if no time is selected.
setwValue(int, int, Object) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets a cell value the row and column indexes (zero-based).
setwValue(int, String, Object) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets a cell value by the row index (zero-based) and column name.
setwValue(String, int, Object) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Get a cell value by the row name and column index (zero-based).
setwValue(String, String, Object) - Method in interface com.smartbear.testleft.testobjects.web.extjs.ExtJSTreePanelView
Gets a cell value by the row and column names.
setwValue(LocalDateTime) - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebDateTimeEdit
Sets a control value.
setwValue(int) - Method in interface com.smartbear.testleft.testobjects.web.infragistics.InfragisticsWebNumericEdit
Sets a control value.
ShiftKey - Enum in com.smartbear.testleft.testobjects
Represents the modifier keys (SHIFT, CTRL or ALT) pressed during clicks, dragging and other mouse actions.
SilverlightPasswordBox - Interface in com.smartbear.testleft.testobjects.silverlight
The test interface for Microsoft Silverlight password box controls.
size - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The size attribute value of the sought-for web element.
SlFullClassName - Variable in class com.smartbear.testleft.testobjects.SlPattern
The full class name of the sought-for Object (for example, System.Windows.Controls.RadioButton).
SlObjectIndex - Variable in class com.smartbear.testleft.testobjects.SlPattern
The Object's position (zero-based) in the parent Object's collection of child Objects that have the same class name and text.
SlObjectName - Variable in class com.smartbear.testleft.testobjects.SlPattern
The name of the sought-for Object as it is specified in the application's source code.
SlObjectText - Variable in class com.smartbear.testleft.testobjects.SlPattern
The text of the sought-for Object.
SlPattern - Class in com.smartbear.testleft.testobjects
A search pattern for Silverlight test Objects.
SlPattern() - Constructor for class com.smartbear.testleft.testobjects.SlPattern
Creates a new instance of the SlPattern class.
Sort - Enum in com.smartbear.testleft.testobjects
This type indicates whether an item shows the down or up arrow.
src - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The src attribute value of the sought-for web element.
StatusBar - Interface in com.smartbear.testleft.testobjects
The test interface for status bars.
StripMainMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms
The test interface for window controls that have the main menu.
StripPopupMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms
The test interface for controls that have a context menu.
SWTPattern - Class in com.smartbear.testleft.testobjects
A search pattern for SWT widgets.
SWTPattern() - Constructor for class com.smartbear.testleft.testobjects.SWTPattern
Creates a new instance of the SWTPattern class.
SyncfusionEssGrid - Interface in com.smartbear.testleft.testobjects.winforms.syncfusion
The test interface for Syncfusion Essential grid controls.
SyncfusionEssMainMenuOwner - Interface in com.smartbear.testleft.testobjects.winforms.syncfusion
The test interface for window controls whose main menu was created with Syncfusion Essential Tools.

T

TabControl - Interface in com.smartbear.testleft.testobjects
The test interface for TabControl objects.
tagName - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The tag name of the sought-for web element.
target - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The target attribute value of the sought-for web element.
TelerikAgMaskedTextInput - Interface in com.smartbear.testleft.testobjects.silverlight.telerik
The test interface for Telerik RadMaskedEditBox controls.
TelerikAgSlider - Interface in com.smartbear.testleft.testobjects.silverlight.telerik
The test interface for Telerik slider controls in Silverlight applications.
TelerikRadGridView - Interface in com.smartbear.testleft.testobjects.winforms.telerik
The test interface for Telerik RadGridView controls.
TelerikSlRadGridView - Interface in com.smartbear.testleft.testobjects.silverlight.telerik
The test interface for Telerik RadGridView controls (Silverlight).
TelerikWebMenu - Interface in com.smartbear.testleft.testobjects.web.telerik
The test interface for Telerik RadMenu controls (Silverlight).
TelerikWPFRadGridView - Interface in com.smartbear.testleft.testobjects.wpf.telerik
The test interface for Telerik RadGridView controls (WPF).
terminate() - Method in interface com.smartbear.testleft.testobjects.TestProcess
Terminates the process.
TestAgentRunException - Exception in com.smartbear.testleft
The internal exception that is thrown when some issue occurs while TestComplete or TestExecute is starting
TestAgentRunException(String) - Constructor for exception com.smartbear.testleft.TestAgentRunException
Initializes a new instance of the TestAgentRunException class using the message that explains why TestComplete or TestExecute failed to start
TestObject - Interface in com.smartbear.testleft.testobjects
 
TestProcess - Interface in com.smartbear.testleft.testobjects
The test interface to a process running in the operating system.
Text - Variable in class com.smartbear.testleft.testobjects.TextPattern
The text of the sought-for Object.
TextEdit - Interface in com.smartbear.testleft.testobjects
The test interface for text edit controls.
TextPattern - Class in com.smartbear.testleft.testobjects
A search pattern for test Objects accessible through the Text Recognition technology.
TextPattern() - Constructor for class com.smartbear.testleft.testobjects.TextPattern
Creates a new instance of the TextPattern class.
TimePicker - Interface in com.smartbear.testleft.testobjects
The test interface for time picker controls.
TimePickerNullable - Interface in com.smartbear.testleft.testobjects
The test interface for time picker controls.
title - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The title attribute value of the sought-for web element.
today() - Method in interface com.smartbear.testleft.testobjects.web.angular.AngularUICalendar
Moves the calendar to the current date.
ToggleButton - Interface in com.smartbear.testleft.testobjects
The test interface for toggle button controls.
ToolBar - Interface in com.smartbear.testleft.testobjects
The test interface for toolbar controls.
ToolbarWithDropDownMenu - Interface in com.smartbear.testleft.testobjects
The interface for toolbar controls that have drop-down menus.
TopLevelWindow - Interface in com.smartbear.testleft.testobjects
The test interface for top-level windows.
toString() - Method in class com.smartbear.testleft.BrowserInfo
Converts the BrowserInfo value of this instance to its equivalent string representation.
toString() - Method in class com.smartbear.testleft.options.OptionsManager.MSAASettings
Converts the list of window types identified via the MSAA engine to a String.
toString() - Method in class com.smartbear.testleft.options.OptionsManager.TextRecognitionSettings
Converts the list of window classes identified via the Text Recognition engine to a String.
toString() - Method in class com.smartbear.testleft.options.OptionsManager.UIAutomationSettings
Converts the list of window classes identified via the UI Automation engine to a String.
toString() - Method in class com.smartbear.testleft.options.ProcessFilterSettings
Converts the list of filtered processes to a String.
toString() - Method in interface com.smartbear.testleft.testobjects.SearchPattern
Returns a user-friendly String representation of properties and values used in the search pattern.
toString() - Method in class com.smartbear.testleft.testobjects.SearchPatternBase
Returns a user-friendly String representation of properties and values used in the search pattern.
toString() - Method in interface com.smartbear.testleft.testobjects.TestObject
 
toString() - Method in class com.smartbear.testleft.testobjects.Version
 
toUrl(String) - Method in interface com.smartbear.testleft.testobjects.web.WebBrowser
Opens the specified web page.
toUrl(String, int) - Method in interface com.smartbear.testleft.testobjects.web.WebBrowser
 
toUrl(String, int) - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Navigates to the specified URL.
toUrl(String) - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Navigates to the specified URL.
TrackBarInt - Interface in com.smartbear.testleft.testobjects
The test interface for track bar controls.
TrackBarReal - Interface in com.smartbear.testleft.testobjects
The test interface for track bar controls.
TreeView - Interface in com.smartbear.testleft.testobjects
The test interface for tree view controls.
TreeViewItem - Interface in com.smartbear.testleft.testobjects
A tree view item object.
TreeViewItemCheckable - Interface in com.smartbear.testleft.testobjects
The test interface for tree view's two-state items.
TreeViewItemThreeStateCheckable - Interface in com.smartbear.testleft.testobjects
The test interface for the tree view items that have three-state check boxes.
TreeViewWithCheckableItems - Interface in com.smartbear.testleft.testobjects
The test interface for tree view controls with two-state items.
TreeViewWithThreeStateCheckableItems - Interface in com.smartbear.testleft.testobjects
The test interface for tree view controls that have items with check boxes.
tryFind(Class, SearchPattern) - Method in interface com.smartbear.testleft.Driver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int) - Method in interface com.smartbear.testleft.Driver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int, Integer) - Method in interface com.smartbear.testleft.Driver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern) - Method in class com.smartbear.testleft.LocalDriver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int) - Method in class com.smartbear.testleft.LocalDriver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int, Integer) - Method in class com.smartbear.testleft.LocalDriver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern) - Method in class com.smartbear.testleft.RemoteDriver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int) - Method in class com.smartbear.testleft.RemoteDriver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int, Integer) - Method in class com.smartbear.testleft.RemoteDriver
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for an object that matches the specified pattern.
tryFind(Class, SearchPattern, int, Integer) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Searches for an object that matches the specified pattern.
type - Variable in class com.smartbear.testleft.testobjects.WebElementPattern
The type attribute value of the sought-for web element.

U

UIAPattern - Class in com.smartbear.testleft.testobjects
A search pattern for test Objects accessible through UI Automation.
UIAPattern() - Constructor for class com.smartbear.testleft.testobjects.UIAPattern
Creates a new instance of the UIAPattern class.
Uid - Variable in class com.smartbear.testleft.testobjects.WPFPattern
The Uid property (a unique identifier used for localization) of the sought-for Object as it is specified in the application code.
unDock() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Changes the docking state of the window's dockable pane to the Floating state.
unPin() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsDockablePane
Simulates a mouse click on the Pin button of the window's dockable pane.
unpinItem(String) - Method in interface com.smartbear.testleft.testobjects.AccordionWithPinnableItems
Unpins the specified item.
unpinItem(int) - Method in interface com.smartbear.testleft.testobjects.AccordionWithPinnableItems
Unpins the specified item.
up() - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Increases the value of the SpinBox control.
up(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtDateTimeEdit
Increases the value of the SpinBox control.
up() - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Increases the value of the SpinBox control.
up(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtDoubleSpinBox
Increases the value of the SpinBox control.
up() - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Increases the value of the SpinBox control.
up(int) - Method in interface com.smartbear.testleft.testobjects.qt.QtSpinBox
Increases the value of the SpinBox control.
up() - Method in interface com.smartbear.testleft.testobjects.UpDownEdit
Simulates a mouse click on the Up arrow button of the Spinner control.
up() - Method in interface com.smartbear.testleft.testobjects.winforms.infragistics.InfragisticsSpinEditorButton
Simulates a mouse click on the Up arrow button of the spin editor button.
UpDownEdit - Interface in com.smartbear.testleft.testobjects
The test interface for spinner controls.
UpDownEditDateTime - Interface in com.smartbear.testleft.testobjects
The test interface for spinner controls with values of the DateTime type.
UpDownEditInt - Interface in com.smartbear.testleft.testobjects
The test interface for spinner controls with integer values.
UpDownEditObject - Interface in com.smartbear.testleft.testobjects
The test interface for spinner controls with values of an undefined type.
UpDownEditReal - Interface in com.smartbear.testleft.testobjects
The test interface for spinner controls with values of the Double type.
UpDownEditString - Interface in com.smartbear.testleft.testobjects
The test interface for spinner controls with values of the String type.
URL - Variable in class com.smartbear.testleft.testobjects.WebPagePattern
The URL of the sought-for page.

V

ValuedObject - Interface in com.smartbear.testleft.testobjects
The test interface for helper objects that have some textual or numerical presentation.
valueOf(String) - Static method in enum com.smartbear.testleft.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.Log.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.options.CaptureStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.options.ProcessFilterSettings.FilterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.options.RuntimeChecks
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.options.VisualizerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.PlatformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.testobjects.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.testobjects.CheckState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.testobjects.ShiftKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.testleft.testobjects.Sort
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.smartbear.testleft.BrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.Log.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.options.CaptureStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.options.ProcessFilterSettings.FilterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.options.RuntimeChecks
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.options.VisualizerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.PlatformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.testobjects.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.testobjects.CheckState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.testobjects.ShiftKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.testleft.testobjects.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
VBObjectName - Variable in class com.smartbear.testleft.testobjects.VBPattern
The name of the sought-for Object as it is specified in the application's source code ("native" name).
VBPattern - Class in com.smartbear.testleft.testobjects
A search pattern for test Objects in Visual Basic 6 applications.
VBPattern() - Constructor for class com.smartbear.testleft.testobjects.VBPattern
Creates a new instance of the VBPattern class.
VCLNETControlName - Variable in class com.smartbear.testleft.testobjects.VCLNETPattern
The name of the sought-for Object as it is specified in the application's code.
VCLNETPattern - Class in com.smartbear.testleft.testobjects
A search pattern for VCL.NET test Objects.
VCLNETPattern() - Constructor for class com.smartbear.testleft.testobjects.VCLNETPattern
Creates a new instance of the VCLNETPattern class.
VCLPattern - Class in com.smartbear.testleft.testobjects
A search pattern for VCL and CLX test Objects.
VCLPattern() - Constructor for class com.smartbear.testleft.testobjects.VCLPattern
Creates a new instance of the VCLPattern class.
Version - Class in com.smartbear.testleft.testobjects
 
Version(int, int) - Constructor for class com.smartbear.testleft.testobjects.Version
 
Version(int, int, int) - Constructor for class com.smartbear.testleft.testobjects.Version
 
Version(int, int, int, int) - Constructor for class com.smartbear.testleft.testobjects.Version
 
Version(String) - Constructor for class com.smartbear.testleft.testobjects.Version
 
Visible - Variable in class com.smartbear.testleft.testobjects.ControlPattern
Specifies whether the sought-for controls are visible (a control may be out of the screen, but still visible).
VisualizerMode - Enum in com.smartbear.testleft.options
Specifies constants that define Test Visualizer's mode during the test run.
VisualObject - Interface in com.smartbear.testleft.testobjects
The basic interface for test objects from which TestLeft can capture a screenshot.

W

waitForLoadComplete() - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Pauses the test execution until the web page is downloaded.
waitForLoadComplete(int) - Method in interface com.smartbear.testleft.testobjects.web.WebPage
Pauses the test execution until the web page is downloaded, or until the specified timeout elapses.
waitProperty(String, Object) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Delays the test execution until the specified property equals the specified value or until the default time limit @link options.generalSettings.autoWaitTimeout is reached.
waitProperty(String, Object, int) - Method in interface com.smartbear.testleft.testobjects.ObjectTreeNode
Delays the test execution until the specified property equals the specified value or until the specified time limit is reached.
warning(String) - Method in class com.smartbear.testleft.Log
Posts a new warning message to the test log.
warning(String, String) - Method in class com.smartbear.testleft.Log
Posts a new warning message to the test log.
WebBrowser - Interface in com.smartbear.testleft.testobjects.web
The test interface for a web browser process.
WebBrowserPattern - Class in com.smartbear.testleft.testobjects
A search pattern for Web browser processes: Chrome, Edge, Internet Explorer and others.
WebBrowserPattern() - Constructor for class com.smartbear.testleft.testobjects.WebBrowserPattern
Creates a new instance of the WebBrowserPattern class.
WebBrowserUIPattern - Class in com.smartbear.testleft.testobjects
A search pattern for Web dialogs and Web browser GUI elements.
WebBrowserUIPattern() - Constructor for class com.smartbear.testleft.testobjects.WebBrowserUIPattern
Creates a new instance of the WebBrowserUIPattern class.
WebCell - Interface in com.smartbear.testleft.testobjects.web
A test interface for cells of web tables and web grid controls.
WebCellElementPattern - Class in com.smartbear.testleft.testobjects
A search pattern for Web cell elements (TD/TH).
WebCellElementPattern() - Constructor for class com.smartbear.testleft.testobjects.WebCellElementPattern
Creates a new instance of the WebCellElementPattern class.
WebElement - Interface in com.smartbear.testleft.testobjects.web
The test interface for Web page elements (<p>, <a>, <li>, <img> and others).
WebElementPattern - Class in com.smartbear.testleft.testobjects
A search pattern for elements of the tested Web pages.
WebElementPattern() - Constructor for class com.smartbear.testleft.testobjects.WebElementPattern
Creates a new instance of the WebElementPattern class.
WebObject - Interface in com.smartbear.testleft.testobjects.web
The basic test interface for web objects (web elements, pages and dialogs).
WebPage - Interface in com.smartbear.testleft.testobjects.web
The test interface for web pages.
WebPagePattern - Class in com.smartbear.testleft.testobjects
A search pattern for the tested Web pages.
WebPagePattern() - Constructor for class com.smartbear.testleft.testobjects.WebPagePattern
Creates a new instance of the WebPagePattern class.
WebTable - Interface in com.smartbear.testleft.testobjects.web
The test interface for tables on web pages.
WinButton - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows button controls.
WinCheckBox - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows check box controls.
WinComboBox - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows combo box controls.
WinDateTimePicker - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows date time picker controls.
Window - Interface in com.smartbear.testleft.testobjects
The test interface for window objects.
WindowPattern - Class in com.smartbear.testleft.testobjects
A search pattern for window test Objects.
WindowPattern() - Constructor for class com.smartbear.testleft.testobjects.WindowPattern
Creates a new instance of the WindowPattern class.
windowToScreen(int, int) - Method in interface com.smartbear.testleft.testobjects.Control
Converts coordinates relative to the object to coordinates relative to screen.
WinFormsControlName - Variable in class com.smartbear.testleft.testobjects.WinFormsPattern
The name of the sought-for Object as it is specified in the application's code.
WinFormsLinkLabel - Interface in com.smartbear.testleft.testobjects.winforms
The test interface for Microsoft link label controls.
WinFormsPattern - Class in com.smartbear.testleft.testobjects
A search pattern for test Objects in Windows Forms applications.
WinFormsPattern() - Constructor for class com.smartbear.testleft.testobjects.WinFormsPattern
Creates a new instance of the WinFormsPattern class.
WinHeader - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows header controls.
WinHeaderItemFormat - Interface in com.smartbear.testleft.testobjects.win
The test interface for the header item format of Windows header controls.
WinIPAddress - Interface in com.smartbear.testleft.testobjects.win
A test interface for Windows IP address controls.
WinListBox - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows list box controls.
WinListView - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows list view controls.
WinListViewBackground - Interface in com.smartbear.testleft.testobjects.win
The test interface for background image object of Windows list view controls.
WinListViewGroup - Interface in com.smartbear.testleft.testobjects.win
The test interface for group objects of Windows list view controls.
WinListViewStyleEx - Interface in com.smartbear.testleft.testobjects.win
The test interface for objects that represent the extended style of Windows list view controls.
WinMonthCalendar - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows month calendar controls.
WinPager - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows pager controls.
WinPagerButtonState - Interface in com.smartbear.testleft.testobjects.win
The test interface for helper objects that represent the state of buttons of Windows pager controls.
WinRadioButton - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows radio button controls.
WinRTProcess - Interface in com.smartbear.testleft.testobjects
The test interface for the immersive (WinRT) processes.
WinStatusBar - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows status bar controls.
WinSysLink - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows SysLink controls.
WinSysLinkItem - Interface in com.smartbear.testleft.testobjects.win
The test interface for objects that represent links of Windows SysLink controls.
WinTabControl - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows tab controls.
WinTextEdit - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows edit controls.
WinToolBar - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows toolbar controls.
WinTooltip - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows tooltip controls.
WinTrackBar - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows trackbar controls.
WinTreeView - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows tree view controls.
WinTreeViewItem - Interface in com.smartbear.testleft.testobjects.win
The test interface for item objects of Windows tree view controls.
WinUpDownAccelerationInfo - Interface in com.smartbear.testleft.testobjects.win
The test interface for helper objects that represent acceleration parameters of Windows up-down controls.
WinUpDownEdit - Interface in com.smartbear.testleft.testobjects.win
The test interface for Windows up-down controls.
WndCaption - Variable in class com.smartbear.testleft.testobjects.SWTPattern
The text or title of the sought-for widget.
WndCaption - Variable in class com.smartbear.testleft.testobjects.VCLNETPattern
The text or title of the sought-for Object.
WndCaption - Variable in class com.smartbear.testleft.testobjects.WindowPattern
The title or text of the sought-for window.
WndCaption - Variable in class com.smartbear.testleft.testobjects.WinFormsPattern
The text or title of the sought-for Object.
WndClass - Variable in class com.smartbear.testleft.testobjects.MSAAPattern
The window class name of the sought-for Object as it is registered in the operating system.
WndClass - Variable in class com.smartbear.testleft.testobjects.WindowPattern
The window class name of the sought-for control as it is registered in the operating system.
WPFControlAutomationId - Variable in class com.smartbear.testleft.testobjects.WPFPattern
The AutomationProperties.AutomationId attached property (the UI Automation identifier) of the sought-for Object as it is specified in the application code.
WPFControlName - Variable in class com.smartbear.testleft.testobjects.WPFPattern
The name of the sought-for Object as it is specified in the application's code.
WPFControlOrdinalNo - Variable in class com.smartbear.testleft.testobjects.WPFPattern
The Object's position in the parent Object's collection of child Objects.
WPFControlText - Variable in class com.smartbear.testleft.testobjects.WPFPattern
The text or title of the sought-for Object.
WPFMenu - Interface in com.smartbear.testleft.testobjects.wpf
The test interface for WPF menu controls.
WPFPasswordEdit - Interface in com.smartbear.testleft.testobjects.wpf
The test interface for WPF password box controls.
WPFPattern - Class in com.smartbear.testleft.testobjects
A search pattern for Windows Presentation Foundation test Objects.
WPFPattern() - Constructor for class com.smartbear.testleft.testobjects.WPFPattern
Creates a new instance of the WPFPattern class.
WPFPopupMenuOwner - Interface in com.smartbear.testleft.testobjects.wpf
The test interface for window's WPF popup menu controls.
WPFRepeatButton - Interface in com.smartbear.testleft.testobjects.wpf
The test interface for WPF repeat button controls.
WPFTextEdit - Interface in com.smartbear.testleft.testobjects.wpf
The test interface for WPF text box controls.
WPFTrackBar - Interface in com.smartbear.testleft.testobjects.wpf
The test interface for WPF track bar controls.

X

XceedGrid - Interface in com.smartbear.testleft.testobjects.winforms.xceed
The test interface for Xceed grid controls.
XceedGridGroups - Interface in com.smartbear.testleft.testobjects.winforms.xceed
The test interface for grid group objects of Xceed grid controls.
XULTree - Interface in com.smartbear.testleft.testobjects.web.xul
The test interface for XUL tree view controls

Y

YUI2Calendar - Interface in com.smartbear.testleft.testobjects.web.yui2
The test interface for calendar controls from Yahoo! User Interface Library 2.
YUI2Carousel - Interface in com.smartbear.testleft.testobjects.web.yui2
The test interface for Yahoo! User Interface Library 2 carousel controls.
YUI2DualSlider - Interface in com.smartbear.testleft.testobjects.web.yui2
The test interface for Yahoo! User Interface Library 2 dual slider controls.
YUI2SimpleEditor - Interface in com.smartbear.testleft.testobjects.web.yui2
The test interface for Yahoo! User Interface Library 2 rich editor controls.
YUI2Slider - Interface in com.smartbear.testleft.testobjects.web.yui2
The test interface for Yahoo! User Interface Library 2 slider controls.

Z

zeroVersion - Static variable in class com.smartbear.testleft.testobjects.Version
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2020 SmartBear Software. All Rights Reserved.