atx-agent
atx-agent copied to clipboard
HTTP Server runs on android devices
你好,我使用的是小米手机,在网上找对应版本的minicap.so文件进行替换后;单独启动minicap是可以的,但是使用atx-agent不行;查看源码后发现是使用了-i来判断是否支持minicap,而我这手机这里报了segfault 139错误;感觉不应该以-i来判断是否支持minicap,我这里改成了使用-t,望参考!
如题
Bumps [github.com/mholt/archiver](https://github.com/mholt/archiver) from 2.0.1-0.20171012052341-26cf5bb32d07+incompatible to 2.1.0+incompatible. Release notes Sourced from github.com/mholt/archiver's releases. v2.1 This release adds support for lz4 compression (thanks to github.com/pierrec/lz4) and sz compression (thanks to github.com/golang/snappy). It...
atx-agent支持图片质量调整,不再是固定最大800x800,方便大家使用atx-server等服务时根据带宽进行调整
C:\Python27\lib\uiautomator2\__init__.py:169: RuntimeWarning: backend uiautomator2 is not alive, start again ... RuntimeWarning) 2022-03-25 19:42:50.810000 {0device0/43572} D [uiautomator2] reset uiautomator 1 time 2022-03-25 19:42:51.339000 {0device0/43572} D [VivoTools] runShell("adb -s KJ6XS8CE4T5DJZRG shell getprop...
访问terminal页面报错 fork/exec /system/bin/sh: Setctty set but Ctty not valid in child, 请问是什么原因?
我看了uiautomator2和atx-agent两个项目,我的理解是atx-agent相当于是运行在手机端的服务器,通过监听某个tcp端口让pc端的测试脚本访问并建立连接,随后进行请求。 如果我通过某种手段把手机的ip地址传输给pc端的测试脚本,那么手机和pc是否就不用在同一局域网内了? 如果我的想法可行的话,我想改造一下atx-agent,让测试工程从atx-agent开始,atx-agent首先发送请求(把pc端当作服务器),建立tcp连接后再进行通信。 或者把atx-agent把自身的ip地址传递给pc端后,同时自己还是监听某个端口,让pc端测试脚本连接进来,然后再进行测试请求。 如果我这个想法可行的话,作者大大能否给我指一下路,我重点去研读本项目中的哪个源文件。
Case 运行过程中不断重启 uiautomator,kill process(ps): uiautomator uiautomator-v2 is starting ... left: 40.0s
在华为 Mate40、鸿蒙 2.0 手机中运行自动化 case ,运行过程中不断输出以下日志信息,均是 jsonrpc 请求超时导致重启 uiautomator,麻烦有时间帮忙看一下。 备注:应该不是鸿蒙导致的,华为 P30、Andorid10 也有同样问题 [D 211217 18:15:43 __init__:644] [pid:92845] kill process(ps): uiautomator [D 211217 18:15:44 __init__:665] [pid:92845] uiautomator-v2 is starting ... left:...