Introduction
There are 3 types of alert such as - Simple alert, Prompt alert, and confitmation alert. To automate the alert selenium provoide switchTo() method which changes focus of selenium webdriver to alert.
To handle them we are having different methods in selenium such as -
- accept,
- dismiss,
- sendKeys,
- getText,
- wait.
- switchTo
📄 Also Read: Top 10 Best Automation Practice Website