What is WebDriver wait in Selenium?

What is WebDriver wait in Selenium?

Selenium One of the Explicit waits is WebDriverWait. Explicit waits are only applied to a single web element. Explicit Wait is code that you create to wait for a specific condition to occur before continuing. There are two sorts of explicit waiting: WebDriverWait.