Page operations are actions that interact with the interface.
The package name can be entered directly or obtained from the global static variables.
The cloud phone performs the corresponding back operation to return to the previous step.
You can choose to input the Enter key or Delete key using the keyboard.
Take a screenshot of the current page, which can be viewed in the debug log or task report.
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.
Works the same as clicking an element, but the wait time will be used as the long press duration.
Click the specified coordinate. If a random range is set, a random coordinate will be generated within the range.
Works the same as clicking a coordinate. The default long press duration is 3 seconds.
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.
You can set the start position, slide length range, duration, and direction of the slide.
By default, files are uploaded to the /sdcard/Download directory.
The cloud phone executes the adb command and returns the output result, which can be saved to a variable.