Method Summary |
|
public void | clickForPopup(int i) Click for popup with specified mouse button. |
public void | clickOnPath(String strTreePath) Click on specified tree path. |
public void | expandPath(String strTreePath) Expand specified tree path. |
public TreePath | findPath(String strTreePath) Find specified tree path.
Parameters: strTreePath - String which represents tree path. |
public TreePath | findPath(String strTreePath, int[] nodeIndexes, Operator.StringComparator comparator) Find specified tree path with specified comparator.
Parameters: strTreePath - String which represents tree path. Parameters: nodeIndexes - Array of nodes indexes. Parameters: comparator - Comparator to compare tree path with specified string. |
public JTreeOperator | getStructTreeOperator() Get tree which represents structure. |
public void | openPage(String page) Open page with specified name. |
public void | openPageSource(String page) Open source code of page with specified name. |
public void | pressButton(String btName) Press button with given title. |
public boolean | selectComponent(String componentName) Select component with specified name.
Parameters: componentName - Name of component. |
public void | selectPath(String strTreePath) Select specified tree path. |
public void | verify() |