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

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

python編寫 釘釘自動 打卡腳本

系統 3760 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條評論
主站蜘蛛池模板: 利津县| 轮台县| 台北市| 深水埗区| 新兴县| 乌审旗| 铁岭市| 黑龙江省| 普定县| 翁源县| 宕昌县| 行唐县| 易门县| 商丘市| 肥西县| 舟曲县| 响水县| 微博| 手机| 巴楚县| 夏津县| 江阴市| 鹿泉市| 应用必备| 庆阳市| 襄垣县| 灵石县| 湘潭市| 沧州市| 安达市| 华容县| 昔阳县| 聂荣县| 灌阳县| 石首市| 封开县| 瓦房店市| 谢通门县| 共和县| 旬阳县| 鹤壁市|