Command index
Every command Drizz understands, in one table — syntax, what it does, and where the detail lives.
Every command Drizz understands, in one table. A command that isn't here isn't a command — press / in the editor to confirm.
Prerequisites
A connected device or emulator
An open test file
Commands
Syntax conventions
Angle brackets are placeholders
<package> means you type com.shopease.android
Keywords are case-insensitive
Validate, validate and VALIDATE all work
System commands are written in capitals
OPEN_APP, not open_app
Validation keywords
Validate, Verify, Confirm and Check are the same command
Scroll conjunctions
until, till and untill are all accepted after Scroll
Variables
Anything in {{ }} is substituted before the step runs
Common mistakes
OPEN_APP with no package name
Fails by design. The package argument is required
OPEN_APP:(com.shopease.android)
Not supported. Use a space: OPEN_APP com.shopease.android
open_app com.shopease.android
System commands are written in capitals — write OPEN_APP
Wait until the cart loads
Accepted by the editor, but only fixed-duration waits are confirmed to wait. Write Wait Until 10 Seconds
Next
The shape of a test — how the commands fit together
Tap — the most-used command
Waits & timing — fixed waits and where they go
Last updated: 6 August 2026
Last updated
Was this helpful?