Using Explicit Wait As WebDriverWait in Selenium WebDriver
Using Thread.sleep() in Selenium WebDriver Using Implicit Wait in Selenium WebDriver Let’s continue exploring Explicit wait in Selenium WebDriver now. As of now we know two wait mechanisms which we can use in Selenium WebDriver. Sleep just makes current thread idle for specified time and implicit wait just works for location web elements. But are…
Read More “Using Explicit Wait As WebDriverWait in Selenium WebDriver” »