51Testing软件测试论坛

标题: python爬虫使用selenium切换窗口问题 [打印本页]

作者: 测试积点老人    时间: 2022-3-18 13:31
标题: python爬虫使用selenium切换窗口问题
使用swith_to_window和swith_to.window切换窗口为啥都不行呢
切换 窗口
  1. driver.swith_to_window(driver.window_handles[1])
复制代码
运行结果及报错内容
  1. AttributeError: 'WebDriver' object has no attribute 'swith_to_window'
复制代码
我的解答思路和尝试过的方法
  1. 把swith_to_window换成swith_to.window
  2. driver.swith_to.window(driver.window_handles[1])
  3. 但是报错 AttributeError: 'WebDriver' object has no attribute 'swith_to'
复制代码
我想要达到的结果

能够正常切换窗口



作者: qqq911    时间: 2022-3-21 10:12
Switch fraem试试
作者: kallinr    时间: 2022-3-21 10:43
版本
作者: jingzizx    时间: 2022-3-21 15:14
没有吧




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2