Jun-02-2017, 01:03 PM
Not sure if if look upon as alert.
Then you have to switch window and probably in combo with
driver.switch_to.window(window_name)
Something like this should get the latest open window.
Then you have to switch window and probably in combo with
window_handles
.driver.switch_to.window(window_name)
Something like this should get the latest open window.
driver.switch_to_window(driver.window_handles[-1])