Interface Automation

All Known Implementing Classes:
AutomatedMenu, AutomatedMouse, InputDialogAction, RunnableAction, SleepAction, WidgetAction

public interface Automation
Marker interface for all automation actions that can be queued and executed.

The interaction system uses a queue-based architecture where various types of automation actions can be submitted for sequential execution. This interface serves as the common base type for all queueable actions.

Implementing classes include:

See Also: