原文:selenium报错“ElementNotInteractableException: Message: element not interactable: Element is not currently visible”

源代码: from selenium import webdriver import time as t from selenium.webdriver.support.select import Select from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.action chains ...

2020-04-03 10:42 0 1666 推荐指数:

查看详情

使用selenium时遇到报错Message: element not interactable是什么原因?

背景:我已经写了检查元素是否定位到的方法,而且检查是通过的,所以按照我写的逻辑来看的话,元素定位是没有问题的,但是为什么又会提示Message: element not interactable? 我的理解:定位归定位,但是能不能点到这个元素时另一回事,也就是说我要找的这个元素确实在dom树 ...

Sat Mar 27 20:16:00 CST 2021 0 509
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM