2019年3月1日

python+selenium报错:ElementNotVisibleException: Message: element not interactable

摘要: 错误提示:selenium.common.exceptions.ElementNotVisibleException: Message: element not interactable错误原因:可能是因为动态加载过程中,未加载出对应元素从而无法触发到该操作解决方案:增加循环判断元素是否加载完成再执行脚本: def click_element(self,type,locator,timeout=... 阅读全文

posted @ 2019-03-01 15:03 小彭学派森 阅读(12292) 评论(0) 推荐(0)

导航