public class SwingTree extends UiTree
Can be identified by:
log, properties| Constructor and Description |
|---|
SwingTree(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
click(int rowIndex) |
void |
click(String... labels) |
void |
expand(int rowIndex) |
void |
expand(String... labels) |
void |
rightClick(int rowIndex,
String... contextMenuItems) |
void |
rightClick(String[] path,
String... contextMenuItems) |
void |
select(int rowIndex)
Select tree element by index
|
void |
select(String... labels)
Select tree elements by labels
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic SwingTree(UiDriver uiDriver, UiElementProperties properties)
public void select(int rowIndex)
select in class UiTreerowIndex - tree element index to selectVerificationException - if the tree element doesn't existpublic void select(String... labels)
select in class UiTreelabels - the tree element labelsVerificationException - if the tree element doesn't existpublic void expand(String... labels)
public void expand(int rowIndex)
public void click(String... labels)
public void click(int rowIndex)
public void rightClick(int rowIndex,
String... contextMenuItems)
Copyright © 2017 Axway Software. All rights reserved.