What is the performance impact of using Thread.sleep() extensively in Selenium tests?
-
A
It improves test stability with no performance cost
-
B
It wastes execution time by waiting even when elements are ready earlier
-
C
It prevents StaleElementReferenceException
-
D
It reduces CPU usage during test execution