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 ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s selenese?

453


What is the super interface of webdriver?

600


Write a code snippet to launch firefox browser in webdriver.

470


What do you mean by selenese?

503


How to mouse hover on a web element using webdriver?

459






While using click command can you use screen coordinate?

996


What are soft assert and hard assert in selenium?

446


What is the difference between "assert" and "verify" commands?

486


How do you add check points or verification points in selenium?

552


How to switch to a new window (new tab) which opens up after you click on a link?

515


In which format does source view show the script in selenium ide?

493


What types of cases can be automated with Selenium?

552


What is the hybrid framework?

578


How to conduct database testing with selenium webdriver?

508


When to use assert, verify and waitfor in selenium?

641