【发布时间】:2022-08-14 23:58:40
【问题描述】:
我正在编写一个 Selenium Python 脚本。不幸的是,我无法单击“登录”按钮或复选标记。 我尝试了很多方法。如果有人帮助我,我会很高兴。 关联: https://stagingskateontario.memberlounge.ca/auth/login
我的代码:
wait.until(EC.element_to_be_clickable((By.ID, \":r2:\")))
driver.find_element(By.ID,\":r2:\").click()
错误:
selenium.common.exceptions.ElementClickInterceptedException:消息:元素点击被拦截:元素在点(790、723)不可点击 (会话信息:chrome=103.0.5060.134)
-
你是在无头模式还是常规模式下运行?
-
我们可以得到一个minimal reproducible example 吗?
标签: python selenium-webdriver mern