Python爬虫AttributeError: ‘WebDriver‘ object has no attribute ‘switch_to_window‘
Posted 笔触狂放
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python爬虫AttributeError: ‘WebDriver‘ object has no attribute ‘switch_to_window‘相关的知识,希望对你有一定的参考价值。
在使用Selenium 库对动态网站进行爬取操作的时候,出现 switch_to_window属性不存在的错误,出现这个错误说明该属性在库中已经不存在了,可能该属性是低版本中出现过,现在这个属性的用法要换成
switch_to.window
即可。
以上是关于Python爬虫AttributeError: ‘WebDriver‘ object has no attribute ‘switch_to_window‘的主要内容,如果未能解决你的问题,请参考以下文章
解决:python爬虫运行报错——AttributeError: ‘WebDriver‘ object has no attribute ‘find_elements_by_class_name‘
解决:python爬虫运行报错——AttributeError: ‘WebDriver‘ object has no attribute ‘find_elements_by_class_name‘
解决:python爬虫运行报错——AttributeError: ‘WebDriver‘ object has no attribute ‘find_elements_by_class_name‘