| Modifier and Type | Method and Description |
|---|---|
AutomationElement |
AutomationElement.findFirst(TreeScope scope,
Condition condition)
Finds the first element that matches the condition
|
AutomationElement |
AutomationElement.findFirstBuildCache(TreeScope treeScope,
Condition condition,
IUIAutomationCacheRequest cacheRequest)
Finds the first element that matches the condition, building the cache
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationElement> |
AutomationElement.findAll(TreeScope scope,
IUIAutomationCondition condition)
Gets all of the elements that match the condition and scope
|
List<AutomationElement> |
AutomationElement.findAllBuildCache(TreeScope treeScope,
Condition condition,
IUIAutomationCacheRequest cacheRequest)
Find all, but from the cache
|
| Modifier and Type | Field and Description |
|---|---|
protected AutomationElement |
AutomationBase.element |
| Modifier and Type | Method and Description |
|---|---|
protected AutomationElement |
AutomationBase.findFirst(TreeScope scope,
Condition condition)
Finds the first match for the condition
|
protected AutomationElement |
AutomationBase.findFirstBuildCache(CacheRequest cacheRequest) |
protected AutomationElement |
AutomationContainer.getControlByAutomationId(String automationId,
int controlType)
Gets the control by the control type and automation ID
|
protected AutomationElement |
AutomationContainer.getControlByControlType(int index,
int id,
String controlName)
Gets the control by the control type, for s given control index
|
protected AutomationElement |
AutomationContainer.getControlByControlType(String name,
int id)
Gets the control by the control type
|
protected AutomationElement |
AutomationContainer.getControlByControlType(String name,
int id,
String controlName)
Gets the control by the control type, for s given control index.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<AutomationElement> |
AutomationBase.findAll()
Finds all of the elements that are associated with this element
|
protected List<AutomationElement> |
AutomationBase.findAll(TreeScope scope)
Finds all of the elements that are associated with the given condition.
|
protected List<AutomationElement> |
AutomationBase.findAll(TreeScope scope,
Condition condition)
Finds all of the elements that are associated with the given condition.
|
List<AutomationElement> |
AutomationBase.findAllBuildCache(CacheRequest cacheRequest)
Find all, but from the cache
|
List<AutomationElement> |
AutomationList.getCurrentSelection()
Gets the current selection
|
| Constructor and Description |
|---|
AutomationAppBar(AutomationElement element)
Constructor for the AutomationAppBar.
|
AutomationApplication(AutomationElement element,
Process process,
boolean attached)
Constructor for the AutomationApplication.
|
AutomationApplication(AutomationElement element,
com.sun.jna.platform.win32.WinNT.HANDLE handle,
boolean attached)
Constructor for the AutomationApplication.
|
AutomationBase(AutomationElement element)
Constructor for the AutomationBase class
|
AutomationButton(AutomationElement element)
Constructor for the AutomationButton
|
AutomationCalendar(AutomationElement element)
Constructor for the AutomationCalendar.
|
AutomationCheckbox(AutomationElement element)
Constructor for the AutomationCheckbox
|
AutomationComboBox(AutomationElement element)
Constructor for the AutomationComboBox.
|
AutomationContainer(AutomationElement element)
Constructor for AutomationContainer
|
AutomationCustom(AutomationElement element)
Constructor for the AutomationCustom
|
AutomationDataGrid(AutomationElement element)
Construct the AutomationDataGrid
|
AutomationDataGridCell(AutomationElement element)
Construct the AutomationDataGridCell
|
AutomationDocument(AutomationElement element)
Constructor for the AutomationDocument
|
AutomationEditBox(AutomationElement element)
Constructor for the AutomationEditBox
|
AutomationHyperlink(AutomationElement element)
Constructor for the AutomationHyperlink
|
AutomationImage(AutomationElement element)
Construct the AutomationImage
|
AutomationList(AutomationElement element)
Constructor for the AutomationList
|
AutomationListItem(AutomationElement element)
Constructor for the AuyomationListItem
|
AutomationMaskedEdit(AutomationElement element)
Construct the AutomationMaskedEdit
|
AutomationPanel(AutomationElement element)
Construct the AutomationPanel
|
AutomationProgressBar(AutomationElement element)
Construct the AutomationPanel
|
AutomationRadioButton(AutomationElement element)
Construct the AutomationRadioButton
|
AutomationSlider(AutomationElement element)
Construct the AutomationSlider
|
AutomationSpinner(AutomationElement element)
Construct the AutomationSpinner
|
AutomationSplitButton(AutomationElement element)
Construct the AutomationSplitButton
|
AutomationStatusBar(AutomationElement element)
Constructor for AutomationStatusBar
|
AutomationTab(AutomationElement element)
Constructor for the AutomationTab
|
AutomationTabItem(AutomationElement element)
Construct the AutomationTabItem
|
AutomationTextBox(AutomationElement element)
Construct the AutomationTextBox
|
AutomationTitleBar(AutomationElement element)
Constructor for the AutomationTitleBar.
|
AutomationToolBar(AutomationElement element)
Constructor for the AutomationToolBar.
|
AutomationTreeView(AutomationElement element)
Construct the AutomationTreeView
|
AutomationTreeViewItem(AutomationElement element)
Construct the AutomationTreeViewItem
|
AutomationWindow(AutomationElement element)
Constructor for the AutomationWindow
|
| Constructor and Description |
|---|
AutomationMainMenu(AutomationElement parent,
AutomationElement element)
Constructor for AutomationMainMenu
|
AutomationMenu(AutomationElement element)
Construct the AutomationMenu
|
AutomationMenuItem(AutomationElement element)
Construct the AutomationMenuItem
|
AutomationSystemMenu(AutomationElement element)
Construct the AutomationSystemMenu
|
| Constructor and Description |
|---|
AutomationReBar(AutomationElement element)
Construct the AutomationReBar
|
| Constructor and Description |
|---|
AutomationNetUIHWND(AutomationElement element)
Construct the AutomationNetUIHWND
|
AutomationNUIPane(AutomationElement element)
Construct the AutomationNUIPane
|
AutomationRibbonBar(AutomationElement element)
Construct the AutomationRibbonBar
|
AutomationRibbonCommandBar(AutomationElement element)
Construct the AutomationRibbonCommandBar
|
AutomationRibbonWorkPane(AutomationElement element)
Construct the AutomationRibbonWorkPane
|
| Modifier and Type | Method and Description |
|---|---|
AutomationElement |
Grid.getItem(int x,
int y)
Get the item associated with the given cell
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationElement> |
Table.getCurrentColumnHeaders()
Gets the column headers for the grid.
|
List<AutomationElement> |
Selection.getCurrentSelection() |
Copyright © 2016. All rights reserved.