You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Popup dialogs of alert, switch_to_alert() is deprecated. So, updateded to the latest supported one "switch_to.alert" like use alert = driver.switch_to.alert instead alert = driver.switch_to_alert()
0 commit comments