摘要: tap def tap(self: T, positions: List[Tuple[int, int]], duration: Optional[int] = None) -> T: """Taps on an particular place with up to five fingers, h 阅读全文
posted @ 2020-07-26 23:59 智、心 阅读(498) 评论(0) 推荐(0) 编辑
摘要: Appium滑动函数 滑动的优点: 是边滑动边寻找目标元素 缺点是:兼容性不行,不同的屏幕分辨率不一样 Appium处理滑动方法是swippe 滑动API:wipe(self: T, start_x: int, start_y: int, end_x: int, end_y: int, durati 阅读全文
posted @ 2020-07-26 23:43 智、心 阅读(352) 评论(0) 推荐(0) 编辑