| Interface | Description |
|---|---|
| BaseRobot | |
| ClickRobot | |
| DragRobot | |
| KeyboardRobot | |
| MouseRobot | |
| MoveRobot | |
| ScrollRobot | |
| SleepRobot | |
| TypeRobot | |
| WriteRobot |
| Enum | Description |
|---|---|
| Motion |
Enumeration holding the three simplest types of motion between two 2D points
a = (x₁, y₁) and b = (x₂, y₂).
|