| Interface | Description |
|---|---|
| Clipboard | Deprecated
use RobotClipboard instead.
|
| Class | Description |
|---|---|
| DesktopClipboard | Deprecated
use RobotClipboard instead.
|
| Excel |
This class adds static methods for work with excel documents.
|
| Ocr |
This class adds methods for work with ocr.
|
| PointedCoordinates |
Aggregates object coordinates and provides coordinates of an element for advanced interactions.
|
| Resource |
This class adds static methods for work this file system.
|
| RobotClipboard |
Provides the functionality related to the system clipboard
|
| RobotsKeyboard |
Wraps original driver's Keyboard and provides additional simplified methods like:
RobotsKeyboard.sendKeys(CharSequence...)
RobotsKeyboard.pressKey(CharSequence)
RobotsKeyboard.releaseKey(CharSequence)
and others
|
| RobotsMouse |
Wraps original driver's Mouse and provides additional simplified methods like:
RobotsMouse.doubleClick(int, int)
RobotsMouse.contextClick(Coordinates)
RobotsMouse.mouseMove(int, int, int, int)
and others
|
| RPA |
This class represents a simplified API for RPA.
|
| S3 |
This class adds static methods for work this S3.
|
| Script |
This class adds static methods for work this execute script functionality.
|
| ScriptParams |
This class represent wrapper and builder of variables for GROOVY script.
|
| UiCollectionConditions | |
| UiConditions |
This class provides human-readable condition logic.
|
| UiElement |
This class wraps object of
WebElement and provides new functionality. |
| UiElementCollection |
This class wraps a list of
UiElement and provides a new functionality. |
| UiSelectors |
This class adds static methods for quick simplified creation of RPA selectors.
|
| Window |
This class adds methods for work with windows.
|
| Enum | Description |
|---|---|
| ExcelCellPosition |
This class provides values for predefine coordinates of cell.
|
| ExcelColumnRowPosition |
This class provides values for predefine coordinates of row and column.
|
| LogType | |
| S3OverwriteStrategy |
Created by ksheleg on 3/22/2017.
|
Copyright 2016, WorkFusion, Inc.