Form Interactions¶
Practical form automation patterns using currently supported Oryn commands.
Observe First¶
> observe
[1] input/email "Email" {required}
[2] input/password "Password" {required}
[3] select "Country"
[4] checkbox "Remember me"
[5] button/submit "Sign in"
Typing¶
By ID¶
By semantic target¶
Useful options¶
--append is parsed, but currently not applied in unified translation.
Clear Inputs¶
Select Dropdown Values¶
Notes:
- string argument: label/value style selection
- numeric argument: translated as index
Checkboxes¶
Submit Forms¶
or
Login Shortcut¶
Optional no-submit mode:
--no-submit is parsed, but currently not applied in unified translation.