我正在尝试抓取页面,但有时我无法单击链接/按钮。
当网页加载时,“loadingWhiteBox”会先出现,然后几秒钟后消失(但它会保留在HTML代码中)只要该框出现在网站上,我无法点击链接和得到以下错误信息:
selenium.common.exceptions.ElementClickInterceptedException: Message:
Element <span class="taLnk ulBlueLinks"> is not clickable at point
(318.3000030517578,661.7999877929688) because another element <div
class="loadingWhiteBox"> obscures it
有没有办法解决这个问题?我已经尝试过使用以下命令:
driver.is_element_present_by_css('div[class*="loadingWhiteBox"]')
但是,即使该元素未处于活动状态,它也会存在。