DeprecationWarning: use driver.switch_to.window instead
driver.switch_to_window(driver.window_handles[1])
说明driver.switch_to_window过期了
应该使用driver.switch_to.window
DeprecationWarning: use driver.switch_to.window instead
driver.switch_to_window(driver.window_handles[1])
说明driver.switch_to_window过期了
应该使用driver.switch_to.window