Appium资源汇总
Appium资源汇总
created: 2022-8-4
软件
网址 | 说明 |
---|---|
https://github.com/appium/appium-inspector/releases | 检查器的下载路径 |
https://github.com/appium/appium-desktop/releases | appium window的下载路径 |
https://pypi.org/project/Appium-Python-Client/ | appium client(for python)的下载地址 |
https://developer.android.google.cn/studio/ | android studio(android模拟器avd) |
https://adbinstaller.com/ | adb独立下载位置 |
https://pypi.org/project/Appium-Python-Client/ | python的appium库的pypi地址 |
官方网址
说明 | 网址 |
---|---|
https://appium.io/docs/cn/about-appium/intro/ | appium中文文档路径 |
https://appium.io/docs/en/about-appium/intro/ | appium英文文档路径 |
https://appium.io/docs/cn/writing-running-appium/caps/index.html | 能力值中文描述 |
https://appium.io/docs/en/writing-running-appium/caps/index.html | 能力值英文描述 |
https://appium.io/docs/en/commands/mobile-command/ | mobile command官方 |
ADB相关
说明 | 网址 |
---|---|
https://developer.android.google.cn/studio/command-line/adb | adb google官网 |
https://github.com/mzlogin/awesome-adb | github上关于adb的教程 |
https://juejin.cn/post/6844903645289398280 | 掘金上关于adb的教程 |
https://developer.android.google.cn/studio/test/monkey | monkey的官方说明 |