美文网首页
weditor使用详解

weditor使用详解

作者: yertao | 来源:发表于2023-06-25 09:08 被阅读0次

    1.安装python

    下载python,选择对应版本,3.8.8版本可正常使用,如果下载最新版运行weditor会报class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping): AttributeError: module 'collections' has no attribute 'MutableMapping'

    2.安装weditor

    pip3 install weditor==0.6.4,下载0.6.4版本即可,如果不指定版本会提示报错

    3.安装urllib3

    执行pip3 install urllib3即可,不安装运行weditor会报ModuleNotFoundError: No module named 'urllib3'

    4.启动weditor

    启动之前需使用adb命令连接设备,以mumu模拟器为例,adb connect 127.0.0.1:7555,adb devices查看是否连接成功,python -m weditor启动weditor,这时浏览器会自动打开一个网页,到这里就能正常获取想要的控件,如果app页面变化点击右上角dump hierarchy刷新即可

    相关文章

      网友评论

          本文标题:weditor使用详解

          本文链接:https://www.haomeiwen.com/subject/nydiydtx.html