What is Selenium implicit wait?

What is Selenium implicit wait?

Selenium Implicit Wait would be directing the Selenium WebDriver, making it wait for a specific period of time before it throws an exception. After setting the time, WebDriver would be waiting for the element before letting the exception happen. After putting the command in place, Implicit Wait would stay put for the complete duration. During this period, the browser would be open.