换了台手机还是不行,请大神帮忙看下;
需要提供哪些日志信息;
IP 地址是对的,我换台手机试下;
第 5 步执行成功了,手机上已经有 uiautomator APK 了,但访问网页,还是会没有手机相关信息;
我是通过 usb 线和电脑连接的,是一定要通过 wifi 连接吗?
@cynic 楼主,你好;我这边访问网页,只有 atx-server 框架页面,没有显示手机信息,请问是哪里原因?
@codeskyblue
好的,楼主近期有修复计划吗?
@codeskyblue 楼主
使用内置的测试报告功能报错,请帮忙看下是哪里的问题;
AttributeError: module 'uiautomator' has no attribute 'add_listener'
@360qa
楼主,有编译好的 micicap 可执行文件吗?从 Github 上下载的源码不知道要怎么推送到安卓手机上;
谢谢
@carl
楼主,你好;
从 github 上下载的 minicap 没有你所说的这个文件夹 bin,要怎么办?
你那有编译好的吗?
楼主,你好;
从 github 上下载的 minicap 没有你所说的这个文件夹 vendor/minicap,要怎么办?
你那有编译好的吗?
楼主,get_fps 这块,我这边测试的一直都是 60FPS,手机已配置保存到 gfxinfo 了
这段代码没看懂,感觉没有过滤出时间那块数据
后面还有些问题,我暂时把抓 logcat 日志这块注释掉了,现在能跑起来,还有些问题;
我用的是 python 2.7,之前很多脚本都是用 2.7 写的,暂时不想更新到 3.x,不知道这个有没有影响
现在卡在抓取 logcat 日志的命令处,不会继续往下走;下面的脚本都不会继续执行了;
https://testerhome.com/topics/9329,hy_123963这里面也有 也遇到这个问题了;
那这个 logcat 是抓取多久?感觉我这个搞不定
我这边有环境的那台电脑上不了外网;暂时无法截图
我在 CMD 命令窗口输入 adb logcat 命令也是需要手动结束的,我不清楚代码是怎么结束这条命令的,
你好,请问你那个问题解决了吗?
楼主,抓取 logcat 这块,脚本会一直卡在这里,你们的不会吗?
os.popen(cmd_logcat)
楼主,抓取 logcat 这块,脚本会一直卡在这里,你们的不会吗?
os.popen(cmd_logcat)
楼主,文中提到的链接打不开,方便提供下这个工具吗?(win7-32)
我这边安装 uiautomator2,报错了;
菜鸟一枚,求楼主指点;
使用 python setup.py install 安装,报如下错误:
Exception: Versioning for this project requires either an sdist tarball, or acce
ss to an upstream git repository. It's also possible that there is a mismatch be
tween the package name in setup.cfg and the argument given to pbr.version.Versio
nInfo. Project name uiautomator2 was given, but was not able to be found.
error in setup command: Error parsing E:\l18192\uiautomator2-master\setup.cfg: E
xception: Versioning for this project requires either an sdist tarball, or acces
s to an upstream git repository. It's also possible that there is a mismatch bet
ween the package name in setup.cfg and the argument given to pbr.version.Version
Info. Project name uiautomator2 was given, but was not able to be found.