github地址https://github.com/openatx/weditor python -m weditor --shortcut adb devices 在頁面上輸入手機設備號,點Connet按鈕,看到出現一個小草的圖標,就是連接成功了 Coding調試 可以在頁面 ...
安裝:pip install pre upgrade weditor 安裝成功 啟動python m weditor 選擇android 輸入手機設備名adb devices進行連接,dump hierarchy 刷新頁面 點擊元素獲取這個元素的id,xpath,className等。 ...
2020-01-19 15:53 0 1403 推薦指數:
github地址https://github.com/openatx/weditor python -m weditor --shortcut adb devices 在頁面上輸入手機設備號,點Connet按鈕,看到出現一個小草的圖標,就是連接成功了 Coding調試 可以在頁面 ...
1、weditor的說明 WEditor可以理解為在瀏覽器中打開的uiautomatorviewer,個人使用起來比uiautomatorviewer更好用,不會像uiautomatorviewer那樣由於安卓系統的不同,會出現各種情況,還支持安卓、ios、Neco(beta ...
WEditor的安裝 WEditor可以理解為在瀏覽器中打開的uiautomatorviewer,個人體驗比uiautomatorviewer更好用,不會像uiautomatorviewer那樣由於安卓系統的不同,會出現各種情況,還支持安卓、ios、Neco(beta ...
1. 安裝adb(安裝方法——百度網盤(無邪)) 2. 安裝python-uiautomator2 pip install --pre -U uiautomator2 3. 手機設備安裝 ...
weditor 2、使用: 步驟2后,默認會通過瀏覽器打開頁面 ...
一,weditor的安裝與使用 首選需要在電腦上配置好Python環境 下載安裝命令如下,加上鏡像下載速度更快: pip install weditor -i https://pypi.tuna.tsinghua.edu.cn/simple 啟動weditor命令 ...
前言 前面我們已經使用 uiautomator2 成功連接到手機了,我們還需要一個工具來查看手機App上的元素,另外該項目作者也針對 uiautomator2 寫了一個工具 weditor ,我們可以使用該工具來查看元素。 更多的介紹,大家可以前往 Github 進行學習:https ...
兩種元素定位工具: 1.uiautomatorviewer是android-sdk自帶的一個元素定位工具,目錄D:\androidsdk\androidsdk\tools\bin 。 雙擊啟動uiautomatorviewer.bat cmd打開輸入adb ...