解决python中selen模块中'list' object has no attribute 'send_keys'报错
Posted xifengmo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决python中selen模块中'list' object has no attribute 'send_keys'报错相关的知识,希望对你有一定的参考价值。
程序在执行如下代码的时候报错‘list‘ object has no attribute ‘send_keys‘
解决:
把find_elements_by_id方法改成find_element_by_id
参考:
以上是关于解决python中selen模块中'list' object has no attribute 'send_keys'报错的主要内容,如果未能解决你的问题,请参考以下文章
关于PermissionError: [WinError 5] 拒绝访问的解决方案
python运行提示缺少模块 No module named 'XX'
Error running 'lis [clean]': No valid Maven installation found. Either set the home director
Python 脚本报错AttributeError: 'module 'yyy' has no attribute 'xxx'的解决方法