1.python2.7不能下载 Appium Python Client pip install Appium-Python-Client==0.25 2.Appium 执行流程 1.从app加载的第一个页面打开 driver = webdriver.Remote("http://localhost:4723/wd/hub", caps) 2.使用xpath定位元素el1 = driver.find_elements_by_xpath(\'**\') 3.执行click事件 相关文章: 2021-08-30 2021-07-22 2021-10-23 2021-08-31 2021-06-24 2021-05-06 2021-08-06 2020-06-06