appium启动APP时避免重新安装的问题
Posted 一杯敬明天
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了appium启动APP时避免重新安装的问题相关的知识,希望对你有一定的参考价值。
https://www.cnblogs.com/jinbaobao/p/9776889.html
from appium import webdriver
from time import sleep
import os
#获取apk的绝对路径
desired_cups = {}
#设备平台
desired_cups[\'platformName\'] = \'android\'
#设备系统版本
desired_cups[\'platformVersion\'] = \'4.4.2\'
#设备名称
desired_cups[\'deviceName\'] = \'HuaWei\'
#APK名
desired_cups[\'appPackage\'] = \'com.tencent.mm\'
#APKactivity
desired_cups[\'appActivity\'] = \'com.tencent.mm.ui.LauncherUI\'
#不需要再次签名
desired_cups[\'noSign\'] = \'True\'
#不需要清理数据,避免重新安装的问题
desired_cups[\'noReset\'] = \'True\'
print desired_cups
driver = webdriver.Remote(\'http://localhost:4723/wd/hub\',desired_cups)
sleep(10)
以上是关于appium启动APP时避免重新安装的问题的主要内容,如果未能解决你的问题,请参考以下文章
在可点击元素上启动时,Appium 无法在 Android App 中滚动
Appium 未知错误:处理命令时发生未知的服务器端错误。原始错误:重新安装需要“应用程序”选项