Can I add an API to obtain the adb shell uiautomator dump? The wechat mini program I'm working on needs to obtain the dump very much.
TesterWa opened this issue · 5 comments
TesterWa commented
Can I add an API to obtain the adb shell uiautomator dump? The wechat mini program I'm working on needs to obtain the dump very much.
KazuCocoa commented
You can call an arbitrary adb shell
over https://github.com/appium/appium-uiautomator2-driver/#mobile-shell
TesterWa commented
Since the instance of uiautomator has been initialized by the appium reflection, the command line tool of UIautomator can no longer be called through mobile: shell.
KazuCocoa commented
Then, you can use appium:disableSuppressAccessibilityService
to not suppress accessibility service by Android framework
TesterWa commented
然后,您可以使用
appium:disableSuppressAccessibilityService
Android 框架不抑制辅助功能服务
So does appium desktop 1.22.0 support this configuration?
KazuCocoa commented
i think so