Android ADB Server
JSON →Control Android devices using the Android Debug Bridge (ADB).
Tools · 24
- install_app Install an application on the Android device
- uninstall_app Uninstall an application from the Android device
- terminate_app Terminate a running application on the Android device
- launch_app Launch an application on the Android device
- list_app List all installed applications on the Android device
- is_app_installed Check if a specific application is installed
- unlock_screen Unlock the Android device screen
- lock_screen Lock the Android device screen
- is_screen_locked Check if the Android device screen is locked
- is_screen_active Check if the Android device screen is active
- input_text Input text on the Android device
- input_key Input key press on the Android device
- tap Perform a tap operation on the screen at a specified position
- long_tap Perform a long press operation on the screen at a specified position
- back Perform a back operation
- swipe_up Perform a swipe up gesture on the Android device screen
- swipe_down Perform a swipe down gesture on the Android device screen
- swipe_left Perform a swipe left gesture on the Android device screen
- swipe_right Perform a swipe right gesture on the Android device screen
- screen_size Get the screen size of the Android device
- screen_dpi Get the screen DPI of the Android device
- screenshot_description Get the Android device screenshot description
- system_info Get system information of the Android device
- shell_command Execute a shell command on the Android device
Environment variables
DEVICE_IDVISUAL_MODEL_API_KEYVISUAL_MODEL_BASE_URL
Links
★ 25 GitHub stars