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
How to fetch the current page url in selenium?
What happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;
How can we find the value of different attributes like name, class, the value of an element?
Can you explain the framework which you have used in your selenium project?
How can we deal with pop-up windows based on?
How do you perform drag and drop operation in webdriver?
List the different types of locaters in selenium.
What are the different exceptions you have faced in selenium webdriver?
How many types of webdriver api's are available in selenium?
What is same origin policy and how it can be handled?
What is the difference between driver.getwindowhandle() and driver.getwindowhandles() in selenium?
How do you identify an object using selenium?
Tell us what kinds of test types are supported by selenium?
How to test ajax application with selenium?
what are the four parameter you have to pass in selenium?