【发布时间】:2020-04-26 17:16:51
【问题描述】:
我是 selenium 的新手,我一直在尝试点击一个锚元素。我已经尝试过 css-selector,lint_text,xpath,absolute xpath 但我仍然无法单击它,而是收到此错误消息:
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: Driver Schedule
有谁知道如何解决这个问题?
更新:我现在收到此错误:
selenium.common.exceptions.ElementClickInterceptedException: Message: Element <a href="#/schedule/weekly-view"> is not clickable at point (326,333) because another element <div class="app-spinner-layer active"> obscures it
【问题讨论】:
-
不要不将代码发布为图片。
-
检查你的元素是否在任何
-
其实是个管理面板,代码里面有密码,不能分享,剩下的代码可以分享。
-
没有
标签: python-3.x selenium xpath css-selectors webdriverwait