WebDriverWait in Selenium

WebDriverwait in Selenium

In this post we will learn about WebDriverWait in Selenium. In Selenium wait commands mainly used for synchronization purpose because some times WebDriver does not track the active web element or real state of DOM. …

Read more

Window Handling in Selenium

How to handle multiple window in selenium

In this tutorial, we will learn about ‘How To Handle Multiple Windows in Selenium’. We will all methods to learn window handling in Selenium. While automating a web application we faced this scenario – after …

Read more