adb-device-testing
SKILL.md
ADB Device Testing
Quick Reference
Screenshots (Multimodal)
adb exec-out screencap -p > /tmp/screen.png
Then use Read tool to VIEW the image.
Location Spoofing (Emulator Only)
# longitude, latitude
adb emu geo fix -74.006 40.7128 # NYC
adb emu geo fix 2.3522 48.8566 # Paris
IMPORTANT: for getting proper component location always use Element Discovery (uiautomator)