Handling JQuery Dialog Box In Selenium Webdriver
Hello Folks, In this post we will see how to handle JQuery dialog box in selenium webdriver. Sample html code to create a JQuery dialog box: JqueryDialogBox.html: If you open above html code in browser and click on button, you will see a dialog box as below: You can inspect this dialog box. There is…
Read More “Handling JQuery Dialog Box In Selenium Webdriver” »