| Package | Description |
|---|---|
| com.workfusion.rpa.helpers |
| Class and Description |
|---|
| Clipboard
Deprecated.
use RobotClipboard instead.
|
| ExcelCellPosition
This class provides values for predefine coordinates of cell.
|
| ExcelColumnRowPosition
This class provides values for predefine coordinates of row and column.
|
| LogType |
| PointedCoordinates
Aggregates object coordinates and provides coordinates of an element for advanced interactions.
|
| 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
|
| S3OverwriteStrategy
Created by ksheleg on 3/22/2017.
|
| ScriptParams
This class represent wrapper and builder of variables for GROOVY script.
|
| UiElement
This class wraps object of
WebElement and provides new functionality. |
| UiElementCollection
This class wraps a list of
UiElement and provides a new functionality. |
Copyright 2016, WorkFusion, Inc.