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
The modeling of alerts in Selenium WebDriver is... odd. Alerts are not search contexts, so it makes no sense that code needs to "switch" to an alert to interact with it. We should add methods in WebDriverUtils to encapsulate the weirdness. User code should never need to deal with driver targeting to interact with alerts.
The text was updated successfully, but these errors were encountered:
The modeling of alerts in Selenium WebDriver is... odd. Alerts are not search contexts, so it makes no sense that code needs to "switch" to an alert to interact with it. We should add methods in WebDriverUtils to encapsulate the weirdness. User code should never need to deal with driver targeting to interact with alerts.
The text was updated successfully, but these errors were encountered: