美文网首页
Mac安装WEditor教程

Mac安装WEditor教程

作者: 小李同学今天博学了吗 | 来源:发表于2022-06-14 10:51 被阅读0次

一、WEditor简介
当我们需要快速定位到app上某一个元素时,我们可以通过此工具得到其UI属性,根据对应的id我们可以及时找到代码位置
官网:GitHub - alibaba/web-editor: web editor for atx

二、安装步骤
1、先检查pip是否安装,在终端输入

pip --version
如果不识别pip
则执行 pip3 install -U pip 活   pip install --upgrade pip更新pip

2、在终端中输入

pip3 install -U weditor 或python3 -m pip install weditor

3、启动weditor

python3 -m weditor

相关文章

  • Mac安装WEditor教程

    一、WEditor简介当我们需要快速定位到app上某一个元素时,我们可以通过此工具得到其UI属性,根据对应的id我...

  • pip 命令出现报错

    pip 安装库出现报错 用pip download weditor安装weditor出现如下报错 解决方法: 下载...

  • uiautomator2+python自动化测试2-抓元素利器w

    1.weditor环境准备: 使用pip安装weditor,github地址https://github.com/...

  • Weditor介绍

    一、安装weditor,python3.6可安装 二、使用 1.1控制台直接输入weditor 三、连接设备 设备...

  • Python安装、升级3.6

    Python安装 首先就是安装啦,安装教程参考 Linux、Mac、Windows 安装教程 我用的mac,在终端...

  • 简单介绍类似uiautomatorviewer的工具ATX we

    weditor安装 1.打开cmd; 2.执行pip install weditor命令; 全程不用任何操作,安静...

  • weditor 安装

    UIAutomator安装pip3 install --pre -U uiautomator2 手机设备环境pyt...

  • app自动化元素定位方式

    定位元素的两种方式 1.使用Uiaotomator(已安装sdk) 2.使用Weditor(已下载weditor)...

  • office mac 破解版

    安装教程 一、下载安装office for mac 下载地址 二、下载安装office for mac 破解软件 ...

  • Python学习

    教程 python3.5教程-廖雪峰 安装 安装Homebrew (方便安装Python3)在mac终端(Ter...

网友评论

      本文标题:Mac安装WEditor教程

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