When creating a task workflow, the Page Operations section in the left-side toolbar contains actions that interact with the interface. When a specific workflow is selected, its parameters can be edited on the right side.

1. Open Application
The package name can be entered directly, or obtained from the global static variables.

2. Page Back
Corresponds to the "back" operation on the cloud phone.
3. Keyboard Operations
You can choose keyboard keys such as Enter or Delete.

4. Page Screenshot
Take a screenshot of the current page, which can be viewed in the debug log or task report.
5. Click Element
Capture the corresponding element on the current page by specifying the selector type and condition.
If there are multiple elements, one will be selected according to the element order rule.
The matched element can be stored in an element object, so other actions on this page do not need to match it again.

6. Long Press Element
Same as clicking an element, but the waiting time is used as the long press duration.
7. Click Coordinates
Click the specified coordinates. If a random range is set, a random coordinate within the range will be generated.

8. Long Press Coordinates
Same as clicking coordinates. Default long press is 3 seconds.
9. Input Content
Get the input box by selector type and condition. Variables can be used as input content, and the input content can also be saved as a new variable.

10. Scroll Page
Set the start position, scroll length range, duration, and direction of the scroll.

11. Upload File
Files are uploaded by default to the /sdcard/Download path.
12. Execute ADB Command
Execute adb commands on the cloud phone and return the output result, which can be saved to a variable.
