摘要:
App运行类 1.current_activity current_activity(self): 用法: print(driver.current_activity()) 2. start_activity start_activity(self, app_package, app_activit 阅读全文
摘要:
前言:android手机大家都很熟悉,操作有按键、触摸、点击、滑动等,各种操作方法可以通过api的方法来实现。 参考博文:http://blog.csdn.net/bear_w/article/details/50330565 1.click click(self): Clicks the elem 阅读全文
摘要:
最近在学习自动化框架appium,网上找一些API相关资料整理了一下 1.find_element_by_id find_element_by_id(self, id_): Finds element within this element's children by ID(通过元素的ID定位元素) 阅读全文