USB調試ADB安裝(shell控制用來調試手機)開啟指針位置->開發者模式adbshellinputtap4331639模擬點擊當前坐標YX引入pythonimportos執行命令(windows需要要配置環境變量)記錄當前的點擊位置然后用點擊調試adbshellinputtap電源鍵adbshellinputkeyevent224屏幕滑動解鎖adbshellinputswipe30020003006" />

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

python編寫 釘釘自動 打卡腳本

系統 3963 0

python編寫 釘釘自動 打卡腳本

安卓

  1. 開啟開發者模式 -> USB 調試
  2. ADB 安裝(shell控制用來調試手機)
  3. 開啟指針位置 -> 開發者模式
    python編寫 釘釘自動 打卡腳本_第1張圖片
    adb shell input tap 433 1639 模擬點擊當前坐標 Y X
    引入 python import os 執行命令 (windows 需要要配置環境變量 )
    記錄當前的 點擊位置 然后用點擊調試 adb shell input tap
    電源鍵 adb shell input keyevent 224
    屏幕滑動 解鎖 adb shell input swipe 300 2000 300 600
            
              #!/usr/bin/python
import time
import os

print(os.system('adb shell input keyevent 224 ')) ;
print(os.system('adb shell input swipe 300 2000 300 600 ')) ;
print(os.system('adb shell input tap 433 1639 ')) ;
print(os.system('adb shell input tap 978 2067 ')) ;
print(os.system('adb shell input tap 978 2067 ')) ;
print(os.system('adb shell input tap 679 2056 ')) ;
print(os.system('adb shell input tap 1055 2270 ')) ;
print(os.system('adb shell input tap 1323 818 ')) ;
time.sleep(4)
print(os.system('adb shell input tap 680 2372 ')) ;
time.sleep(4)
print(os.system('adb shell input tap 196 1561 ')) ;
time.sleep(2)
print(os.system('adb shell input tap 684 1159 ')) ;


            
          

更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 土默特左旗| 大关县| 江北区| 石楼县| 湖口县| 阿拉尔市| 桂林市| 庆阳市| 临泽县| 阜康市| 祁东县| 嘉兴市| 泽库县| 休宁县| 扎囊县| 漠河县| 定兴县| 蛟河市| 武威市| 都昌县| 连江县| 邢台市| 睢宁县| 静安区| 新河县| 唐山市| 金平| 阳信县| 绥化市| 宜丰县| 闸北区| 宜城市| 顺义区| 潮州市| 博湖县| 安徽省| 历史| 从江县| 朝阳区| 巢湖市| 萍乡市|