Handle JavaScript alerts using Selenium
Types of JavaScript alerts :
There are 3 types of alerts- Alert box, Prompts and Confirm alerts. In Selenium, we handle them using the Alert class.
When there is an alert on a page, there can be no other actions performed, until the alert is accepted...
debasmita-a.hashnode.dev2 min read