Implementation of Explicit Wait as FluentWait and WebDriverWait in Selenium WebDriver

Hello Folks, In this post we are going to see something interesting concepts about waits in Selenium WebDriver. Generally Selenium professionals know that there are three types of waits in Selenium WebDriver:- Implicit WaitExplicit WaitFluent Wait In fact there are only two types of waits:- Implicit waitExplicit wait We can implement Explicit wait in two … Continue reading Implementation of Explicit Wait as FluentWait and WebDriverWait in Selenium WebDriver