IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> Python知识库 -> python selenium Exception:element not interactable -> 正文阅读

[Python知识库]python selenium Exception:element not interactable

D:\software\python3\python.exe C:\Users\h220406010\AppData\Roaming\JetBrains\IntelliJIdea2021.1\plugins\python\helpers\pydev\pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port 52944 --file E:/myworkspace/nanxiuzi_learn/baserocks/python/Selenium/test_login.py
C:\Users\h220406010\AppData\Roaming\JetBrains\IntelliJIdea2021.1\plugins\python\helpers\pydev\pydevd.py:1844: DeprecationWarning: currentThread() is deprecated, use current_thread() instead
  dummy_thread = threading.currentThread()
Connected to pydev debugger (build 211.7442.40)
E:/myworkspace/nanxiuzi_learn/baserocks/python/Selenium/test_login.py:31: DeprecationWarning: use options instead of chrome_options
  self.driver = webdriver.Chrome(chrome_options=chrome_options)
INFO:root:滑块验证,尝试第 1 次
ERROR:root:登录成功了
INFO:root:恭喜铁子,登录成功,页面跳转中 
该元素是否显示:False
Traceback (most recent call last):
  File "E:/myworkspace/nanxiuzi_learn/baserocks/python/Selenium/test_login.py", line 183, in <module>
    login.test_login()
  File "E:/myworkspace/nanxiuzi_learn/baserocks/python/Selenium/test_login.py", line 156, in test_login
    ele.click()
  File "D:\software\python3\lib\site-packages\selenium\webdriver\remote\webelement.py", line 81, in click
    self._execute(Command.CLICK_ELEMENT)
  File "D:\software\python3\lib\site-packages\selenium\webdriver\remote\webelement.py", line 740, in _execute
    return self._parent.execute(command, params)
  File "D:\software\python3\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 430, in execute
    self.error_handler.check_response(response)
  File "D:\software\python3\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
  (Session info: chrome=100.0.4896.88)
Stacktrace:
Backtrace:
	Ordinal0 [0x00927413+2389011]
	Ordinal0 [0x008B9F61+1941345]
	Ordinal0 [0x007AC520+836896]
	Ordinal0 [0x007DA1F3+1024499]
	Ordinal0 [0x007CFF93+982931]
	Ordinal0 [0x007F414C+1130828]
	Ordinal0 [0x007CF974+981364]
	Ordinal0 [0x007F4364+1131364]
	Ordinal0 [0x00804302+1196802]
	Ordinal0 [0x007F3F66+1130342]
	Ordinal0 [0x007CE546+976198]
	Ordinal0 [0x007CF456+980054]
	GetHandleVerifier [0x00AD9632+1727522]
	GetHandleVerifier [0x00B8BA4D+2457661]
	GetHandleVerifier [0x009BEB81+569713]
	GetHandleVerifier [0x009BDD76+566118]
	Ordinal0 [0x008C0B2B+1968939]
	Ordinal0 [0x008C5988+1989000]
	Ordinal0 [0x008C5A75+1989237]
	Ordinal0 [0x008CECB1+2026673]
	BaseThreadInitThunk [0x766BFA29+25]
	RtlGetAppContainerNamedObjectPath [0x773C7A7E+286]
	RtlGetAppContainerNamedObjectPath [0x773C7A4E+238]


Process finished with exit code 1

错误内容:元素没有交互能力

报错行:ele.click()

原因:这个是Div ,不拥有点击事件

解决办法:

self.driver.execute_script("arguments[0].click();", ele.find_elements(by=By.XPATH,value='./*')[0])

  Python知识库 最新文章
Python中String模块
【Python】 14-CVS文件操作
python的panda库读写文件
使用Nordic的nrf52840实现蓝牙DFU过程
【Python学习记录】numpy数组用法整理
Python学习笔记
python字符串和列表
python如何从txt文件中解析出有效的数据
Python编程从入门到实践自学/3.1-3.2
python变量
上一篇文章      下一篇文章      查看所有文章
加:2022-05-21 18:55:28  更:2022-05-21 18:57:46 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/15 14:29:09-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码