- 博客(2)
- 收藏
- 关注
原创 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
259
原创 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
2456
5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人