Interface Structure
This section outlines the layout and functional structure of the Drizz Desktop App interface. Each panel within the interface is designed to support a specific stage of the automation workflow; device selection, test authoring, and execution analysis. Understanding these panels ensures efficient navigation, clearer workflow organization, and faster debugging during test creation and execution.
1. Device Panel
Lists available devices
Shows device properties (OS version, available model, state)
Allows device selection for execution
2. Editor Panel
Displays typed commands
Supports selection, modification, insertion, and deletion
Supports module-based structuring
Supports conditional blocks (IF/ELSE)
3. Execution Panel/Logger
Shows step-by-step results
Provides detailed logs with proper reasoning for command success/failure
Displays failure messages and timing information
Last updated
Was this helpful?