Optionaloptions: RequestOptionsGet the clipboard content
Optionaloptions: RequestOptionsSet the clipboard content
Optionaloptions: RequestOptionsSimulates a drag gesture, moving from a start point to an end point over a set duration. Supports simple start/end coordinates, multi-point drag paths, and natural-language targets.
Optionaloptions: RequestOptionsDetect and identify interactive UI elements in the current screen. Note: This feature currently only supports element detection within a running browser. If the browser is not running, the Elements array will be empty.
Optionaloptions: RequestOptionsExtract data from the UI interface using a JSON schema.
Optionaloptions: RequestOptionsPerform a long press action at specified coordinates for a specified duration. Useful for triggering context menus, drag operations, or other long-press interactions.
Optionaloptions: RequestOptionsMoves the focus to a specific coordinate on the box without performing a click or tap. Use this endpoint to position the cursor, hover over elements, or prepare for chained actions such as drag or swipe.
Optionaloptions: RequestOptionsPress device buttons like power, volume, home, back, etc.
Optionaloptions: RequestOptionsSimulates pressing a specific key by triggering the complete keyboard key event chain (keydown, keypress, keyup). Use this to activate keyboard key event listeners such as shortcuts or form submissions.
Optionaloptions: RequestOptionsStart recording the box screen. Only one recording can be active at a time. If a recording is already in progress, starting a new recording will stop the previous one and keep only the latest recording.
Optionaloptions: RequestOptionsStop recording the box screen
Optionaloptions: RequestOptionsDisable the device's background screen rewind recording.
Optionaloptions: RequestOptionsEnable the device's background screen rewind recording.
Optionaloptions: RequestOptionsRewind and capture the device's background screen recording from a specified time period.
Optionaloptions: RequestOptionsGet the current structured screen layout information. This endpoint returns detailed structural information about the UI elements currently displayed on the screen, which can be used for UI automation, element analysis, and accessibility purposes. The format varies by box type: Android boxes return XML format with detailed UI hierarchy information including element bounds, text content, resource IDs, and properties, while other box types may return different structured formats.
Optionaloptions: RequestOptionsRotates the screen orientation. Note that even after rotating the screen, applications or system layouts may not automatically adapt to the gravity sensor changes, so visual changes may not always occur.
Optionaloptions: RequestOptionsCaptures a screenshot of the current box screen
Optionaloptions: RequestOptionsPerforms a scroll action. Supports both advanced scroll with coordinates and simple scroll with direction.
Optionaloptions: RequestOptionsGet the action settings for the box
Optionaloptions: RequestOptionsResets the box settings to default
Optionaloptions: RequestOptionsUpdate the action settings for the box
Optionaloptions: RequestOptionsPerforms a swipe in the specified direction
Optionaloptions: RequestOptionsTap action for Android devices using ADB input tap command
Optionaloptions: RequestOptionsPerforms more advanced touch gestures. Use this endpoint to simulate realistic behaviors.
Optionaloptions: RequestOptionsDirectly inputs text content without triggering physical key events (keydown, etc.), ideal for quickly filling large amounts of text when intermediate input events aren't needed.
Optionaloptions: RequestOptions
Simulates a click action on the box.