Results 2 issues of iKachu

# 黑控件仍然被点击到问题 ## 复现场景 使用 fastbot 进行自动化测试时,偶现点击到黑控件区域,导致不符合预期的行为。 - 使用 max.widget.black 配置如下 ```json [{ "activity": "com.xegale.mobile.main.MainActivity", "xpath": "//*[@resource-id='com.xeagle.mobile:id/sniff_default_iv']" }, { "activity": "com.xegale.mobile.main.MainActivity", "xpath": "//*[@resource-id='com.xeagle.mobile:id/bottom_tab_layout']" }] ``` 在实际使用中发现,即使配置了黑控件区域,仍然偶现点击到黑控件区域。 ## 问题分析 使用 uiautomatorviewer...

在最新的requests 版本中,移除了 get_connection 方法,导致tidevice 启动 wdaproxy 时调用到 get_connection_with_tls_context 方法导致报错 "request error: Not supported URL scheme http+usbmux" request 相关改动issue: https://github.com/psf/requests/pull/6710 requests 包中详细说明如下 : ```python def get_connection(self, url, proxies=None): """DEPRECATED: Users should...