Selenium WebDriver Tutorial #34 – What is Explicit Wait in Selenium

In this selenium webdriver tutorial we will learn about what is Explicit Wait in Selenium WebDriver. Explicit Wait is important in scenarios where some of the web elements take more time to load. Explicit wait is applied for specific elements on page which take more time load or appear.

Selenium WebDriver Tutorial #33 – What is Implicit Wait in Selenium

In this selenium webdriver tutorial we will learn about What is Implicit Wait in Selenium WebDriver and how to implement implicit wait. When you setup Implicit Wait, it directs WebDriver to wait for the specified time before throwing an exception.