
appium自动化
文章平均质量分 52
z_zdong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python+appium toast提示封装
导入from selenium.common.exceptions import NoSuchElementException,判断元素是否存在 def toast(self,tex): try: self.toast_loc = (By.XPATH,"//*[contains(@text,’"+tex+"’)]") except NoSuchElementException: logging.info(“xxxx”) return None else: texts = self.driver.find_e原创 2020-07-17 14:03:19 · 271 阅读 · 0 评论 -
appium-desktop执行报错:An unknown server-side error occurred while processing the command. Original erro
最近在学习appium自动化,在appium-desktop点击start session报以下错误,麻烦各位大神帮小弟看看,万分感激 An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: ‘Comman...原创 2020-03-06 13:49:40 · 2505 阅读 · 5 评论