Python-Appium 学习 线下课程 杭州

课堂作业

安装方法

pip install Appium-Python-Client --user
pip install jupyter --user
jupyter notebook

下载地址 http://192.168.31.53:8000/

  1. 安装 ApiDemos. apk

  2. 启动应用后,获取当前的Package和Activity

# comment
adb shell dumpsys activity activities | grep Focu
  1. Appium Desktop 使用 Attach to current session

使用 xpath定位来点击

driver.find_element_by_xpath('//android.widget.TextView[@content-desc="App"]').click()

预期结果