Desktop operations are used in PlugClaw to control the Android device screen and perform basic interactions such as tapping, swiping, and typing.
You can wake the screen, get the screen size, take a screenshot, and read the UI structure of the current screen. When direct screen operation is needed, you can tap, long press, swipe, enter text, and use keys such as Back, Home, Power, and Volume. For simple entry points, you can also open a specified app or link.
When you are not sure which page the device is currently on, or before tapping, swiping, or entering text, you can capture the current screen first.
Capture the current screen.

When a page has entered a lower-level menu, pop-up, or detail page and needs to return to the previous page, use the Back operation.
Go back to the previous page.

When page operations are complete, or you need to leave the current app and return to the system home screen, use the Home operation.
Return to the home screen.

