windows上Appium安装和使用
Posted 情怀就酒
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows上Appium安装和使用相关的知识,希望对你有一定的参考价值。
1、Appium安装相关依赖工具:
android Studio或者Android SDK:https://developer.android.com/studio/
Appium Desktop: https://github.com/appium/appium-desktop
Appium: https://github.com/appium/appium
Appium Clients:http://appium.io/docs/en/about-appium/appium-clients/
示例代码:https://github.com/appium/sample-code
2、环境变量:
ANDROID_HOME=D:AndroidAppium-install-packageandroid-sdk
PATH=$ANDROID_HOME/bin/:~/bin/:$PATH
3、不通过Android Stuido,直接启动模拟器:
D:Androidandroid-sdkemulatoremulator.exe -list-avds
D:Androidandroid-sdkemulatoremulator.exe ‘@设备名‘
4、查找app入口
adb logcat | grep Displayed
以上是关于windows上Appium安装和使用的主要内容,如果未能解决你的问题,请参考以下文章