public class AutomationTreeView extends AutomationBase
automation, element, user32| Constructor and Description |
|---|
AutomationTreeView(AutomationElement element)
Construct the AutomationTreeView
|
| Modifier and Type | Method and Description |
|---|---|
AutomationTreeViewItem |
getItem(String name)
Gets the item that has the name
|
createAndCondition, createAutomationIdPropertyCondition, createControlTypeCondition, createFalseCondition, createNamePropertyCondition, createOrCondition, createTrueCondition, findAll, findAll, findAll, findAllBuildCache, findFirst, findFirstBuildCache, getAcceleratorKey, getAriaRole, getBoundingRectangle, getClickablePoint, getExpandCollapsePattern, getFramework, getFrameworkId, getGridPattern, getInvokePattern, getItemStatus, getNativeWindowHandle, getOrientation, getProcessId, getProviderDescription, getRangePattern, getRuntimeId, getSelectionPattern, getSelectItemPattern, getTablePattern, getTextPattern, getTogglePattern, getValuePattern, getWindowPattern, isDockPatternAvailable, isEnabled, isExpandCollapsePatternAvailable, isGridItemPatternAvailable, isGridPatternAvailable, isInvokePatternAvailable, isMultipleViewPatternAvailable, isOffScreen, isRangeValuePatternAvailable, isScrollItemPatternAvailable, isScrollPatternAvailable, isSelectionItemPatternAvailable, isSelectionPatternAvailable, isTableItemPatternAvailable, isTablePatternAvailable, isTextPatternAvailable, isTogglePatternAvailable, isTransformPatternAvailable, isValuePatternAvailable, isWindowPatternAvailable, name, setNamepublic AutomationTreeView(AutomationElement element)
element - The elementpublic AutomationTreeViewItem getItem(String name) throws ItemNotFoundException, ElementNotFoundException
name - The name to look forItemNotFoundException - when the item is not foundElementNotFoundException - when the element is not foundCopyright © 2016. All rights reserved.