Question 4 of 10Pro Only
What are waits in Selenium, and what is the difference between implicit waits and explicit waits?
Sample answer preview
Waits in Selenium handle the timing gap between when your script issues a command and when the web page is ready for that command. Web applications load content asynchronously, elements appear after AJAX calls complete, and animations take time.
implicit waitexplicit waitWebDriverWaitExpectedConditionssynchronizationfluent wait