difference between Implicit Wait and Explicit Wait with syntax.?
Answer Posted / asmita
1.Implicit wait(IW)apply on all web element in script while Explicit wait(EW) apply on perticular web element.
2.We can not give condition in (IW), we can give condition in (EW)
3.In IW Time units are sec,min and hours where In EW by defaut time unit is in sec
4.If it fails it shows TimeOut Exception,If EW fails it shows NoSuchElement Exception,
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
List the different types of drivers available in web drivers.
Tell me what you know about selenium?
What is Selenese?
Tell me what api is required for database testing in selenium webdriver?
What does side stand for?
How to pass parameters using testng.xml?
What are the different types of waits available in webdriver?
When should I use selenium grid?
How to pause a test execution for 5 seconds at a specific point?
What are the different types of wait statements in selenium webdriver? Or how do you achieve synchronization in webdriver?
Do you know a way to refresh the browser by using selenium?
What are the main advantages of automation testing?
what is the difference between absolute path and relative path?
Describe a framework. List some of the common automation frameworks.
How does one submit a form in selenium?