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

  1. Lists available devices

  2. Shows device properties (OS version, available model, state)

  3. Allows device selection for execution

2. Editor Panel

  1. Displays typed commands

  2. Supports selection, modification, insertion, and deletion

  3. Supports module-based structuring

  4. Supports conditional blocks (IF/ELSE)

3. Execution Panel/Logger

  1. Shows step-by-step results

  2. Provides detailed logs with proper reasoning for command success/failure

  3. Displays failure messages and timing information

Last updated

Was this helpful?