E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
weditor
python控制手机
使用的是UIautomator2和
weditor
,配合上酷Q机器人进行qq回复初始化手机连接电脑,打开usb调试,然后命令行输入以下adbdevives手机确认授权调试python-muiautomator2inituiautomator2
abceeee1789
·
2020-06-22 12:11
uiautomator2+
WEditor
+python--抖音APP自动点赞
目录前言参考资料uiautomator2+
WEditor
安装方法WEditoruiautomator2正文前言我不得不吐槽下,不过这部分内容没啥营养,可以直接往下看。
深井猫
·
2020-06-22 11:24
APP自动化
uiautomator2
WEditor
python
使用
weditor
代替ui automator viewer
原文可参考这里:https://testerhome.com/topics/11357因为公司办公电脑中的uiautomatorviewer版本太低以及与python库使用冲突,所以我就用打算用
weditor
填坑小懵逼
·
2020-06-21 12:42
自动化测试学习
uiautomator2+mitmproxy+
weditor
+Python3抖音数据抓取
一、uiautomator2UiAutomator是Google提供的用来做安卓自动化测试的一个Java库,基于Accessibility服务。功能很强,可以对第三方App进行测试,获取屏幕上任意一个APP的任意一个控件属性,并对其进行任意操作,但有两个缺点:1.测试脚本只能使用Java语言2.测试脚本要打包成jar或者apk包上传到设备上才能运行。我们希望测试逻辑能够用Python编写,能够在电
风雨「83」
·
2020-06-02 11:46
python
爬虫
安卓
app
android
python
appium+python自动化--抓取元素利器
weditor
(四)
一、抓取元素工具(1)androidSDK自带uiautomatorviewer.bat可以查看元素(2)appiumdesktop自带的startinspectorsession也可以查看元素(3)
weditor
蓝泽兮
·
2020-03-27 09:52
自动化测
学习笔记
处理uiautomator2电脑和手机连接不上的问题:('Connection aborted.', RemoteDisconnected('Remote end closed connecti...
Remoteendclosedconnectionwithoutresponse',))解决办法:1、首先确认手机端是否开启开发模式,是否已连接USB调试;如果没有的话,连接上即可;2、如果还是不行,确认
weditor
gz_tester
·
2020-02-26 03:29
weditor
大坑
upgradeuiautomator2python-muiautmator2init3.下载weditorpipinstall--upgradeweditorpython-mweditor4.单独启动
weditor
sanford_eb20
·
2020-02-01 23:48
weditor
安装
UIAutomator安装pip3install--pre-Uuiautomator2手机设备环境python3-muiautomator2initweditor控件安装pip3install--preweditor运行python3-mweditor
One2Three
·
2020-01-19 14:32
python3版本使用
weditor
报错,解决方案
1,初始化uiautomator2报错:ValueError:builtins.typesizechanged,mayindicatebinaryincompatibility.Expected880fromCheader,got864fromPyObjectTraceback(mostrecentcalllast):File"D:\Python38\lib\runpy.py",line183,i
蜗牛·哥
·
2019-12-31 16:00
Appium使用总结
过程中遇到的一些问题及规避方法总结如下:Appium使用总结:1、在熄屏下启动测试,会自动唤醒屏幕2、Appium只针对单个应用测试3、使用unittest框架,该框架中每条用例都必须以test_开头4、运行脚本时,需将
weditor
aziji
·
2019-12-09 16:00
uiautomatorviewer 报错 Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException: Remote object doesn't exist!
如果使用的是uiautomator2的话,一般都是使用
weditor
这个来查看控件属性,这个一般都不会遇到啥问题。
aziji
·
2019-12-03 16:00
uiautomator2+python自动化测试2-抓元素利器
weditor
1.
weditor
环境准备:使用pip安装
weditor
,github地址https://github.com/openatx/weditorpython环境:2.7安装:pipinstallweditor
HAO延WEI
·
2019-07-21 10:57
uiautomator2+python自动化测试2-查看app页面元素利器
weditor
前言androidsdk里面自带的uiautomatorviewer.bat可以查看手机app上的元素,但是不太好用,网上找了个大牛写的
weditor
,试用了下还是蛮不错的python环境:3.6
weditor
上海-悠悠
·
2019-07-18 00:00
uiautomator2自动化测试系列(二)
一、元素定位首先安装
weditor
(UIInspector),不用原生的uiatomator的原因是uiautomator是独占资源,所以当atx运行的时候uiautomatorviewer是不能用的,
测试架构师
·
2019-05-16 18:00
iOS通过
WEditor
定位元素
weditorpipinstallweditor启动1.终端中输入,启动weditorpython-mweditor有时候会报错:OSError:[Errno48]Addressalreadyinuse提示您地址已经被占用,所以我们可以查看
weditor
爱运动爱学习
·
2019-03-19 18:10
WEditor
使用方法介绍与异常解决
WEditor
使用方法介绍安装1.终端中输入pipinstallweditor安装
weditor
启动1.终端中输入python-mweditor启动
weditor
2.启动完成会打开浏览器定位元素与代码获取
Botreechan
·
2018-08-04 18:23
Python
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他