找到appium安装目录

D:\Program Files (x86)\Appium\node_modules\appium\lib\devices\android

APPIUM1.4.X版本appium解决需要手动安装AppiumSettings、Unlock、AndroidInputManager的问题

修改代码,注释掉弹出setting和unlock的代码

    //this.initUnicode.bind(this),
    //this.pushSettingsApp.bind(this),
    //this.pushUnlock.bind(this),
    //this.unlock.bind(this),

 

重启下appium,问题解决

相关文章:

  • 2021-04-13
  • 2021-11-04
  • 2022-02-09
  • 2021-06-29
  • 2021-09-26
  • 2021-12-27
  • 2022-02-28
  • 2022-12-23
猜你喜欢
  • 2021-04-29
  • 2021-06-27
  • 2022-12-23
  • 2021-05-28
  • 2021-09-12
相关资源
相似解决方案