您当前的位置: 首页 >  selenium

默默爬行的虫虫

暂无认证

  • 1浏览

    0关注

    84博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

元素点击被拦截selenium.common.exceptions.ElementClickInterceptedException Element is not clickable at point

默默爬行的虫虫 发布时间:2022-06-25 11:00:31 ,浏览量:1

元素点击被拦截异常 该元素不能被点击,本地点击将会被转移到其他元素上

selenium.common.exceptions.ElementClickInterceptedException Element is not clickable at point
点击登录按钮
element = driver.find_element(By.XPATH, '//button[@class="el-button el-button--default el-button--medium"]')
driver.execute_script("arguments[0].click();",element )
关注
打赏
1658895887
查看更多评论
立即登录/注册

微信扫码登录

0.0804s