当前位置: 首页 > 工具软件 > Window Switch > 使用案例 >

如何解决‘WebDriver‘ object has no attribute ‘switch_to_window‘

沙星波
2023-12-01

问题:

driver.switch_to_window()
#出现如下报错:'WebDriver' object has no attribute 'switch_to_window'

解决方案:将下划线改成英文状态下的.
driver.switch_to.window()

 类似资料: