安装Python依赖 pip3.4 install nose pip3.4 install selenium pip3.4 install Appium-Python-Client 运行测试用例android_contacts.py import os import unittest from appium import webdriver from time import sleep # Returns abs path relative to this file and not cwd PA…
步骤为:启动AVD.启动Appium.写用例(python).执行 一.启动Android模拟器 二.启动Appium Server 双击appium图标启动,配置appium的Android Settings,将PlatformVersion对应AVD配置中的target:Device Name对应AVD中的AVD Name General Settings保持默认就好 点击右上角启动Appium,默认占用本机的4723端口,即:127.0.0.1:4723…