What does evidence-based research recommend as the best strategy for handling stale element exceptions in Selenium?
-
A
Increase implicit wait time globally
-
B
Re-locate the element inside a retry loop after the DOM updates
-
C
Switch to a different browser
-
D
Use Thread.sleep() before every action