What is WebDriver wait?

What is WebDriver wait?

One of the Explicit waits is Selenium WebDriverWait. Explicit waits are limited to a single web element. Explicit Wait is code that you define to wait for a specific condition to occur before continuing with the code.