【发布时间】:2020-05-23 10:57:36
【问题描述】:
免责声明:我发现了与此相关的其他问题,但没有解决方案。 在 python 上单击带有 selenium 的按钮时,出现此错误:
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
(Session info: chrome=83.0.4103.61)
在那之前,没有任何问题。这个按钮很大,就在页面的中间,我用一个唯一的 id 访问它。当我自己移动鼠标并单击它时,它会按预期工作。
知道为什么会发生这种情况吗?
【问题讨论】:
-
您介意分享您的代码吗?
标签: python-3.x selenium selenium-webdriver webdriver selenium-chromedriver