matrixer

Results 15 issues of matrixer

1. In mergey, if a line on the left side is deleted, a blank line is added on the right side for alignment; if the right line adds a line,...

enhancement
Hacktoberfest

如图: 现在有个问题,比如alert watcher里配置了一个text="取消"的弹窗, 但是应用内可能也有「取消」的按钮,不想因为这个watcher把应用内的这个给点击了。 所有是否可以将这个alert watcher区分是系统弹窗还是应用内弹窗。

如题:步骤: 1. 假设mac-1的ip为`172.17.10.40`, 设备A的udid为`68f3ab38c68a210f17824390cab6108607f16482` 2. 通过socat将mac-1的socket文件转发到tcp端口 ``` socat TCP-LISTEN:7777,reuseaddr,fork UNIX-CONNECT:/var/run/usbmuxd ``` 3. 在mac-2上执行如下代码 ``` um = Usbmux(address=("172.17.10.40", 7777)) d = Device(usbmux=um, udid=udid) info = d.device_info() print(info) d.xctest(fuzzy_bundle_id="com.wda.*.xctrunner", logger=None) ``` 最终设备A的信息都可以拿到,但是启动wda失败,报`xctrunner...

最近在github上看过您写的CrashMonkey4Android相关的文章,还有csdn上你写 cts 专题,收获颇多!!! 我最近也在做关于monkey的二次开发工作,比如在MonkeyMotionEvent事件中,修改injectEvent()代码,增加截图功能(通过 screencap –p进行截图),打成jar包放再android手机运行的,但是最后运行monkey时,截的图都很模糊,分辨率很低,百思不得其解 想请教下你,CrashMonkey4Android是通过什么方式截图的? 恳请您一定要回复啊,这个问题困扰我很久啦!!!

If I only use the scrcpy-server, and then use the jmuxer to decode on frontend, how will the frontend listen when the screen is rotated. Only when it listens, can...

**Environment** - OS: macOS - scrcpy version: v1.24 - device model: 'Redmi K30' & 'Redmi note9 4G' - Android version: android10 **Describe the bug** when I input command to open...

If I only use the scrcpy-server, and then use the jmuxer to decode on frontend, how will the frontend listen when the screen is rotated. Only when it listens, can...

如题 tidevice 0.10.9版本 tidevice list报错 tidevice 0.12.5版本 tidevice list直接返回空 但是idevice_id命令查看正常

如题, 我想做一个功能,比如在atx app的界面上启动atx-agent,是否可行? 我试了一圈没有成功,提示权限问题,无法在app内运行可执行文件 另外atx界面上的「停止atx-agent」的功能并没有生效。