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

Mention what is the difference between implicit wait and explicit wait?

460


@timeouts ||= Timeouts.new(@bridge) what does it mean?

1408


How will you find an element using selenium?

494


Explain the difference between close and quit command?

544


What are the different types of wait statements in selenium webdriver?

3207






How to check a checkbox in selenium?

518


What are the limitations of using selenium as a test tool?

470


What are soft assert and hard assert in selenium?

442


What is regular expressions? How you can use regular expressions in selenium?

507


How to clear the text in the text box using selenium webdriver?

459


What is fluent wait in selenium?

526


What are some of the advantages of selenium grid?

500


Why testers should opt for selenium and not qtp? Selenium is more popular than qtp as

516


how can you retrive the message in an alert box?

515


How can we fetch a text written over an element?

499