What are the three types of alerts in Selenium?
Alerts are a feature of Selenium that allows you to know when the application under test has done something relevant. Alerts provide feedback about the application’s behavior, letting you know when your tests are succeeding and when there is a problem. Selenium provides three types of alerts:
-assert alert
-confirmation alert
-alert box
Read more: Alert & Popup Window Handling in Selenium WebDriver | Besant Technologies