Skip to main content
Selenium
Decoded
Learn
Practice
Cheat Sheet
Tools
FAQ
XPath Decoded
Search
Ctrl+K
Learn
Practice
Cheat Sheet
Tools
FAQ
XPath Decoded
Back to Quizzes
Waits & Synchronization
intermediate
Test your understanding of Selenium wait strategies
10 questions
Question 1 of 10
Score: 0/0
What is the main difference between implicit and explicit waits?
A
Implicit waits are faster than explicit waits
B
Implicit waits apply globally, explicit waits are condition-specific
C
Explicit waits only work with JavaScript
D
There is no difference