Validate Action
validate_actionCheck if a mobile UI action is allowed and its target exists before executing it. Dry-run validation prevents errors by verifying the action's viability without performing it.
Instructions
Dry-run an action: would it be allowed and does its target exist? Nothing is executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| uri | No | ||
| text | No | ||
| action | Yes | ||
| device | No | ||
| som_id | No | ||
| package | No | ||
| app_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||