A B C D E F G H I K L M N P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractionFacade - Interface in ch.exense.oryon.abstraction
-
This interface defines general methods which are independent of the module being used.
- ADD - Keys
- ALT - Keys
- ARROW_DOWN - Keys
- ARROW_LEFT - Keys
- ARROW_RIGHT - Keys
- ARROW_UP - Keys
B
- BACK_SPACE - Keys
- blockExternalApplication(Boolean) - Method in interface SyriusAbstractionFacade
-
Blocks the opening of external applications.
C
- CANCEL - Keys
- ch.exense.oryon.abstraction - package ch.exense.oryon.abstraction
- ch.exense.oryon.modules.swing - package ch.exense.oryon.modules.swing
- ch.exense.oryon.modules.syrius - package ch.exense.oryon.modules.syrius
- charAt(int) - Method in enum Keys
- CLEAR - Keys
- clearMultiComboSelections(String) - Method in interface SyriusAbstractionFacade
-
Sets all items of a multi-choice combo box to an unselected state.
- click(String) - Method in interface SwingAbstractionFacade
-
Clicks an element.
- click(String) - Method in interface SyriusAbstractionFacade
-
Clicks an element.
- clickMenuItem(String) - Method in interface SyriusAbstractionFacade
-
Clicks a menu item.
- clickPoint(String, Integer, Integer) - Method in interface SwingAbstractionFacade
-
Clicks a point within an element.
- clickTableCell(String, Integer, Integer) - Method in interface SyriusAbstractionFacade
-
Clicks a table cell.
- clickTableRow(String, Integer) - Method in interface SyriusAbstractionFacade
-
❗ Clicks a table row.
- clickTaskItem(String) - Method in interface SyriusAbstractionFacade
-
Deprecated.❗ Use
click()
instead. - COMMAND - Keys
- CONTROL - Keys
D
- DECIMAL - Keys
- DELETE - Keys
- DIVIDE - Keys
- doubleClick(String) - Method in interface SwingAbstractionFacade
-
Clicks an element.
- doubleClick(String) - Method in interface SyriusAbstractionFacade
-
Double clicks an element.
- doubleClickTableCell(String, Integer, Integer) - Method in interface SyriusAbstractionFacade
-
Double clicks a table cell.
- doubleClickTableRow(String, Integer) - Method in interface SyriusAbstractionFacade
-
❗ Double clicks a table row.
- DOWN - Keys
E
- enableImplicitWait(Boolean) - Method in interface SyriusAbstractionFacade
-
Sets the "implicit wait" flag.
- END - Keys
- ENTER - Keys
- EQUALS - Keys
- ESCAPE - Keys
- expandAll(String) - Method in interface SyriusAbstractionFacade
-
❗ Expands all nodes in a tree.
F
- F1 - Keys
- F10 - Keys
- F11 - Keys
- F12 - Keys
- F2 - Keys
- F3 - Keys
- F4 - Keys
- F5 - Keys
- F6 - Keys
- F7 - Keys
- F8 - Keys
- F9 - Keys
- findElement(String) - Method in interface AbstractionFacade
-
Finds the single element matching the given XPath.
- findElements(String) - Method in interface AbstractionFacade
-
Finds all elements matching the given XPath.
G
- getComboBoxItems(String) - Method in interface SyriusAbstractionFacade
-
Gets the items in a combo box.
- getComboBoxSelection(String) - Method in interface SyriusAbstractionFacade
-
Gets the currently selected item of a combo box.
- getKeyCode() - Method in enum Keys
- getLastOpenedExternalApplication() - Method in interface SyriusAbstractionFacade
-
Gets the URL of the last application opened by Syrius.
- getListItems(String) - Method in interface SyriusAbstractionFacade
-
Gets the items in a list.
- getListSelection(String) - Method in interface SyriusAbstractionFacade
-
Gets the currently selected item of a list.
- getMultiComboItems(String) - Method in interface SyriusAbstractionFacade
-
Gets all items of a multi-choice combo box, regardless of selection state.
- getMultiComboSelections(String) - Method in interface SyriusAbstractionFacade
-
Gets only the selected items of a multi-choice combo box.
- getSelectedValue(String) - Method in interface SwingAbstractionFacade
-
Gets the currently selected item of a combo box.
- getTableCellValue(String, Integer, Integer) - Method in interface SyriusAbstractionFacade
-
Gets the textual content of a table cell.
- getTableColumnIdByHeader(String, String) - Method in interface SyriusAbstractionFacade
-
Searches a table column by header.
- getTableSize(String) - Method in interface SyriusAbstractionFacade
-
Gets the number of rows of a table.
- getTabList(String) - Method in interface SyriusAbstractionFacade
-
Gets a list of tab titles.
- getText(String) - Method in interface SwingAbstractionFacade
-
Gets the text of an element.
- getText(String) - Method in interface SyriusAbstractionFacade
-
Returns the textual content of an element.
- getValues(String) - Method in interface SwingAbstractionFacade
-
Gets all items of a combo box.
H
I
- INSERT - Keys
- isEnabled(String) - Method in interface SyriusAbstractionFacade
-
Checks whether an element is enabled and can be interacted with.
- isImplicitWaitEnabled() - Method in interface SyriusAbstractionFacade
-
Checks whether the "implicit wait" flag is enabled.
- isSelected(String) - Method in interface SyriusAbstractionFacade
-
Checks whether a checkbox or radiobox is selected.
- isTabEnabled(String, String) - Method in interface SyriusAbstractionFacade
-
Checks if a tab exists and is currently selected.
- isVisible(String) - Method in interface SwingAbstractionFacade
-
Checks whether an element is visible.
- isVisible(String) - Method in interface SyriusAbstractionFacade
-
Checks whether an element is visible.
K
- Keys - Enum in ch.exense.oryon.modules.syrius
L
- LEFT - Keys
- LEFT_ALT - Keys
- LEFT_CONTROL - Keys
- LEFT_SHIFT - Keys
- length() - Method in enum Keys
M
N
- NUMPAD0 - Keys
- NUMPAD1 - Keys
- NUMPAD2 - Keys
- NUMPAD3 - Keys
- NUMPAD4 - Keys
- NUMPAD5 - Keys
- NUMPAD6 - Keys
- NUMPAD7 - Keys
- NUMPAD8 - Keys
- NUMPAD9 - Keys
P
R
- RIGHT - Keys
- rightClick(String) - Method in interface SwingAbstractionFacade
-
Right clicks an element.
- rightClick(String) - Method in interface SyriusAbstractionFacade
-
Right clicks an element.
- rightClickTableCell(String, Integer, Integer) - Method in interface SyriusAbstractionFacade
-
Right clicks a table cell.
- rightClickTableRow(String, Integer) - Method in interface SyriusAbstractionFacade
-
❗ Right clicks a table row.
S
- select(String, String) - Method in interface SyriusAbstractionFacade
-
Selects an element in a SelectionPanel.
- selectItemByValue(String, String) - Method in interface SwingAbstractionFacade
-
Selects a combo box item.
- selectTab(String, String) - Method in interface SwingAbstractionFacade
-
Selects a tab of a JTabbedPane.
- selectTab(String, String) - Method in interface SyriusAbstractionFacade
-
Selects a tab by title.
- selectTableRow(String, Integer) - Method in interface SyriusAbstractionFacade
-
Deprecated.❗ Use
clickTableCell()
instead. - SEMICOLON - Keys
- sendKeys(String, CharSequence...) - Method in interface SyriusAbstractionFacade
-
Sends a sequence of characters to an element.
- sendKeys(String, String) - Method in interface SwingAbstractionFacade
-
Sends keyboard input to an element.
- SEPARATOR - Keys
- setComboBoxSelection(String, String) - Method in interface SyriusAbstractionFacade
-
Selects a combo box item.
- setFileForNextUpload(String) - Method in interface SyriusAbstractionFacade
-
Sets the file that is to be used for the next file upload in Syrius.
- setListSelection(String, String) - Method in interface SyriusAbstractionFacade
-
Selects an item in a list.
- setMultiComboSelection(String, String, Boolean) - Method in interface SyriusAbstractionFacade
-
Sets the selection state of a particular multi-choice combo box item.
- setText(String, String) - Method in interface SyriusAbstractionFacade
-
Sets the textual content of an element.
- setTextField(String, String) - Method in interface SyriusAbstractionFacade
-
Deprecated.❗ Use
setText()
instead. - setThrottling(Long) - Method in interface AbstractionFacade
-
Requests to delay ALL user interactions by a fixed amount of time.
- SHIFT - Keys
- SPACE - Keys
- subSequence(int, int) - Method in enum Keys
- SUBTRACT - Keys
- SwingAbstractionFacade - Interface in ch.exense.oryon.modules.swing
-
This interface defines the methods available when using the Swing module.
- SyriusAbstractionFacade - Interface in ch.exense.oryon.modules.syrius
-
This interface defines the methods available when using the Syrius (FX, or Swing) modules.
T
- TAB - Keys
- takeScreenhost() - Method in interface SyriusAbstractionFacade
-
Deprecated.❗ Use
takeScreenshot()
instead. - takeScreenshot() - Method in interface SyriusAbstractionFacade
-
Takes a screenshot.
U
V
- valueOf(String) - Static method in enum Keys
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum Keys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verifyElement(String) - Method in interface SyriusAbstractionFacade
-
Deprecated.❗ Use
isVisible()
instead.
All Classes All Packages