Nov 01
Handling Javascript Alerts/Popups In Selenium Webdriver
Hello Folks, In last post, we have seen handing of website popups in selenium webdriver. In this post, we will see how to handle JavaScript popups in selenium webdriver. Types of JavaScript popups: There are three types of popups in JavaScript which are given below: Alert popup Confirm popup Prompt popup Alert popup: It is a simple […]