Method Summary |
|
public JToggleButtonOperator | btNavigation() Get "Navigation" button. |
public JToggleButtonOperator | btSource() Get "XML" button. |
public void | clickForPopup(int x, int y) Call popup menu in given position of "Page Navigation" pane. |
public void | clickMouse(int x, int y) Click mouse in given position of "Page Navigation" pane. |
public void | clickMouse(int x, int y, int count) Click mouse specified times in given position of "Page Navigation" pane. |
public void | link(String page1, String page2) Create link from one given page to another. |
public void | link(String page1, String page2, String linkId) Create link with specified name from one given page to another. |
public void | linkUsingXmlSource(List webPageNameList) Create links from one given page to another. |
public void | linkUsingXmlSource(List webPageNameList, String linkId) Create links with specified name from one given page to another. |
public void | linkUsingXmlSource(String fromPageName, String toPageName) Create link from one given page to another with source code editor. |
public void | linkUsingXmlSource(String fromPageName, String toPageName, String linkId) Create link with specified name from one given page to another with source code editor. |
public void | pushPopup(String menuText) Push given item of popup menu. |
public static NavigatorOperator | show() Show "Page Navigation" pane. |
public void | switchToNavigation() Switch to visual designer of navigation rules. |
public void | switchToSource() Switch to source code of navigation rules. |