Menu

Page Operations

Page operations are actions that interact with the interface.

1. Open Application

The package name can be entered directly or obtained from the global static variables.

2. Page Back

The cloud phone performs the corresponding back operation to return to the previous step.

3. Keyboard Operation

You can choose to input the Enter key or Delete key using the keyboard.

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 selecting the type of selector and condition.
If there are multiple matches, one will be selected according to the element order rule.
The matched element can be stored in the element object, so other actions on this page do not need to match it again.

6. Long Press Element

Works the same as clicking an element, but the wait time will be used as the long press duration.

7. Click Coordinate

Click the specified coordinate. If a random range is set, a random coordinate will be generated within the range.

8. Long Press Coordinate

Works the same as clicking a coordinate. The default long press duration is 3 seconds.

9. Input Content

Obtain the input box through the selector type and condition. You can use variables as the input content, and the entered content can also be saved as a new variable.

10. Slide Page

You can set the start position, slide length range, duration, and direction of the slide.

11. Upload File

By default, files are uploaded to the /sdcard/Download directory.

12. Execute adb Command

The cloud phone executes the adb command and returns the output result, which can be saved to a variable.

Previous
Variable Introduction
Next
Wait Operation
Last modified: 2025-06-12Powered by