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 alert detection to get alert text from "repeat" alerts
This commit should allow the proper retrieval of alert text from IE alerts
that happen "repeatedly." That is, those that have the checkbox stating
"Do not let this page create any more alerts." Unlike standard Windows
alerts, these use controls that are only available via Active
Accessibility to retrieve the text. The driver now is able to detect and
retrieve text from these types of alerts.
0 commit comments