所有源代码
- appium server
- Node.js 系列包
- adb shell
- ChromeDriver
- 底层引擎
- Uiautomator Java
- WDA
- selenium
- appium client: Python、Java
Appium in nutshell
image.png
Appium源码
image.png
image.png
Appium二次封装
自定义Appium Server
- git clone
- npm install
- 更新npm:
npm install -g npm
image.png
重新编译Uiautomator
image.png