In Selenium WebDriver, what is the purpose of the WebDriverWait class?
-
A
To wait for a specific condition before proceeding with the next step
-
B
To pause test execution for a fixed number of seconds
-
C
To wait until the page title changes
-
D
To set the implicit wait globally for all elements