文章分类 -  appium

摘要:转自文章:https://www.cnblogs.com/olivexiao/p/6134823.html 1.send_keys send_keys(self, *value): Simulates typing into the element【在元素中模拟输入(开启appium自带的输入法并配 阅读全文
posted @ 2019-11-12 20:12 测试一枝花 阅读(632) 评论(0) 推荐(0)
摘要:转自文章:https://www.cnblogs.com/olivexiao/p/6121787.html 1.click click(self): Clicks the element(点击元素 ) 用法 element.click() 1 driver.find_element_by_id('c 阅读全文
posted @ 2019-11-12 13:50 测试一枝花 阅读(434) 评论(0) 推荐(0)
摘要:本文转载:https://www.cnblogs.com/Mushishi_xu/p/7691820.html android uiautomator text定位 可能有人不知道为什么说android uiautomator是终极定位,而且android uiautomator和appium有什么 阅读全文
posted @ 2019-11-11 17:06 测试一枝花 阅读(778) 评论(0) 推荐(0)
摘要:转自文章:https://www.cnblogs.com/Mushishi_xu/p/7685966.html 6.1 常用定位方法讲解 对象定位是自动化测试中很关键的一步,也可以说是最关键的一步,毕竟你对象都没定位那么你想操作也不行。所以本章节的知识我希望大家多动手去操作,不要仅仅只是书本上的知识 阅读全文
posted @ 2019-11-11 17:04 测试一枝花 阅读(1544) 评论(0) 推荐(0)