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
Updating IE driver for allowed commands when alert is present
The W3C WebDriver Specification allows getting the current window handles,
the list of currently available window handles, and switching to a window
(in certain cases) while an alert is present. This commit now allows the
IE driver to do so without throwing an UnexpectedAlertException.
0 commit comments