android adb 模擬點擊、滑動、輸入、按鍵

//模擬輸入「001」 adb shell input text 「001」web //模擬home按鍵 adb shell input keyevent 3shell //模擬點擊(540, 1104)座標 adb shell input tap 540 1104svg //模擬滑動,從(250,250)滑動到(300,300) adb shell input swipe 250 250 300
相關文章
相關標籤/搜索