python_appium_模拟器启动app进行登录

Posted 迁就时光

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python_appium_模拟器启动app进行登录相关的知识,希望对你有一定的参考价值。

#coding=utf-8
from appium import webdriver
import time
desired_caps = {} #列表
desired_caps[‘platformName‘] = ‘Android‘ #安卓的
desired_caps[‘platformVersion‘] = ‘6.0‘  #安卓版本
desired_caps[‘deviceName‘] = ‘Android Emulator‘  #模拟器Emulator
desired_caps[‘appPackage‘] = ‘com.changhong.app‘  #测试的包名
desired_caps[‘appActivity‘] = ‘com.iwant.ui.SplashActivity‘  #启动app的activity
driver = webdriver.Remote(‘http://127.0.0.1:4723/wd/hub‘, desired_caps) #本地路径
time.sleep(5)


使用的是SDK自带模拟器6.0 元素定位是UI Automatorview













以上是关于python_appium_模拟器启动app进行登录的主要内容,如果未能解决你的问题,请参考以下文章

Python+Appium启动手机APP或者浏览器

APP_性能测试

appium---多线程启动app(多台设备启动app)

appium---多线程启动app(多台设备启动app)

appium+Python 启动app

需要 Appium-Help:模拟器未从 Appium.app 启动应用程序