我要在一个网站上按下一个自动按钮,但是与此同时,一个叫做“运动”(Kampanyalar)的东西正在阻止它。我怎么才能解决这个问题?我希望另一个元素不要获得click属性ElementClickInterceptedException: element click intercepted: Element <div class="styled__CampaignCardDescriptionTitle-sc-1n4y3hk-2 hulWUi" color="">...</div> is not clickable at poin
我正在尝试使用selenium抓取一个javascript页面,但在点击时遇到了一些问题。点击不会转到另一个页面,而是使用javascript调出接下来的十条评论,我想要抓取这些评论。第一次单击似乎有效,但第二次单击永远不起作用,总是说不存在任何元素。im使用的代码是from selenium.webdriver.support.ui import We
我使用下面的python代码使用selenium。没有使用具有href = "#“的锚标记。import time from selenium import webdriver from selenium.webdriver.support.ui import Select
from selenium</