\node_modules\appium-uiautomator2-driver\lib\driver.js
// launch UiAutomator2 and wait till its online and we have a session
await this.uiautomator2.startSession(this.caps);
await this.adb.forwardPort(this.opts.systemPort, DEVICE_PORT);
// launch UiAutomator2 and wait till its online and we have a session
await this.uiautomator2.startSession(this.caps);
解决安装弹窗问题,部分手机在安装应用时,会有安装界面需要点击确认才可以,
之前已经在 ui2.0 的 server 中加入了弹窗点击的动作
https://testerhome.com/topics/8512
> cd appium\node_modules\appium-uiautomator2-driver
> gulp transpile