Explicit Wait in Selenium WebDriver – Java (Synchronization)

Explicit waits are used to halt script execution untill a particular condition is met or the maximum time has elapsed. […]