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'我想要达到的结果能够正常切换窗口
Switch fraem试试 版本 没有吧
页:
[1]