appium+python解决每次运行代码都提示安装Unlock以及AppiumSetting的问题
Posted 橙子橙子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了appium+python解决每次运行代码都提示安装Unlock以及AppiumSetting的问题相关的知识,希望对你有一定的参考价值。
appium+python解决每次运行代码都提示安装Unlock以及AppiumSetting的问题(部分安卓机型)
1、修改appium-android-driverlib下的android-helpers.js文件
安装路径appium-desktop esourcesapp ode_modulesappium ode_modulesappium-android-driverlibandroid-helpers.js
//await adb.install(unicodeIMEPath, {replace: false});---//注释掉
//await helpers.pushSettingsApp(adb);---//注释掉
//await helpers.pushUnlock(adb);---//注释掉
2、修改appium-android-driveruildlib下的android-helpers.js文件
安装路径appium-desktop esourcesapp ode_modulesappium ode_modulesappium-android-driveruildlibandroid-helpers.js
a、//return _regeneratorRuntime.awrap(adb.install(_appiumAndroidIme.path, { replace: false }));--//注释掉
b、return context$1$0.abrupt(‘return‘,defaultIME);//---a下方新增b
c、//return _regeneratorRuntime.awrap(helpers.pushSettingsApp(adb));--//注释掉
d、return context$1$0.abrupt(‘return‘,defaultIME);//--c下方新增d
e、//return _regeneratorRuntime.awrap(helpers.pushUnlock(adb));----//注释掉
f、return context$1$0.abrupt(‘return‘,defaultIME);//---e下方新增f
修改1和2并保存,重启appium,运行代码,正常启动app。
以上是关于appium+python解决每次运行代码都提示安装Unlock以及AppiumSetting的问题的主要内容,如果未能解决你的问题,请参考以下文章
appium解决每次运行都需要安装Unlock以及AppiumSetting的问题
Appium+python自动化55-appium desktop每次启动安装Unlock和Appium Setting问题
Appium+python自动化55-appium desktop每次启动安装Unlock和Appium Setting问题
appium+python自动化44-appium命令行模式
Appium——解决每次启动时都安装setting和unlock app方法
python+appium 已解决真机运行appium报错“WebDriverException: Message: A new session could not be created. ((代