gpt4 book ai didi

python - Selenium 异常: Element is not clickable at point

转载 作者:太空宇宙 更新时间:2023-11-03 16:48:06 26 4
gpt4 key购买 nike

我最近将selenium升级到最新版本(2.53),并将firefox升级到最新版本(45.0.1)。

我在相同的网站上运行相同的代码,但突然出现很多这样的异常:

WebDriverException: Message: Element is not clickable at point (312, 8.816665649414062). Other element would receive the click:

例如:

driver.find_element_by_class_name('my_class_name').click()

有什么新的事情我应该注意吗?我之前的 python selenium 版本相当旧,而且我使用的是 firefox 38。

最佳答案

这是我找到的解决方案:

driver.execute_script("arguments[0].click();", element)

它可以工作,并且可以可靠地点击该元素。

关于python - Selenium 异常: Element is not clickable at point,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36132158/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com