This video describes how to handle alert pop up using Selenium. It will also let you know about WebDriver’s Alert Interface to handle web based pop ups and Robot Class to handle window based pop ups.
webdriver
Switching between multiple WebDriver instances
In this article, we would discuss about the scope of multiple driver instances and their usability perspective. We would understand the entire concept with the appropriate examples and code samples. By the term, “Multiple WebDriver Instances”, we mean to say that we create more than one Webdriver instances and launch […]