测试积点老人 发表于 2022-3-18 13:31:30

python爬虫使用selenium切换窗口问题

使用swith_to_window和swith_to.window切换窗口为啥都不行呢
切换 窗口
driver.swith_to_window(driver.window_handles)运行结果及报错内容
AttributeError: 'WebDriver' object has no attribute 'swith_to_window'我的解答思路和尝试过的方法
把swith_to_window换成swith_to.window
driver.swith_to.window(driver.window_handles)
但是报错 AttributeError: 'WebDriver' object has no attribute 'swith_to'我想要达到的结果能够正常切换窗口

qqq911 发表于 2022-3-21 10:12:57

Switch fraem试试

kallinr 发表于 2022-3-21 10:43:53

版本

jingzizx 发表于 2022-3-21 15:14:45

没有吧
页: [1]
查看完整版本: python爬虫使用selenium切换窗口问题