【如何实现Appium每次运行可不用卸载手机上的Appium Settings 和Unlock】壮心未与年俱老,死去犹能作鬼雄。这篇文章主要讲述如何实现Appium每次运行可不用卸载手机上的Appium Settings 和Unlock相关的知识,希望能为你提供帮助。
转自:https://blog.csdn.net/Jennifer_Xue/article/details/82705486
1.首先进入Appium的安装目录,例如D:softwarePathAppium
ode_modulesappiumlibdevicesandroid,找到android.js文件
2.使用编辑器编辑该文件,在113和114行,注释掉this.pushSettingsApp.bind(this),
this.pushUnlock.bind(this), 重启Appium
3.大功告成,不用每次都卸载Appium Settings 和Unlock啦~
推荐阅读
- Ranorex连接Android
- RK3399 Android 7.0的开机横屏设置
- mybatis源码分析之04Mapper接口的动态代理
- Re-DD-androideasy
- spring的核心容器ApplicationContext
- android常用adb指令集
- 阿里云物联网平台: Android 连接阿里云物联网平台
- spring中的ApplicationListener监听器
- CSAPP第二章show_bytes函数的探究