This class represents a logger action.
- data: The data to be logged. This can be any type of data.
MouseClick action with the specified key name.
Name | Description |
---|---|
key_name (str) | The key name representing the type of mouse click action. |
Represents a key command action.
Name | Description |
---|---|
command (list) | A list of strings representing the keys to be pressed. |
A class representing an action to move the mouse to a specific position.