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
What is the difference between driver.close() and driver.quit command?
What do you mean by xpath?
What is intellij?
Explain how can you find broken links in a page using selenium webdriver?
How to enforce the title of the website?
What is the firefoxdriver, class or an interface? And which interface does it implement?
From selenium ide how you can execute a single line?
Write a code snippet to launch internet explorer browser in webdriver.
Tell me how can you insert a start point in selenium ide?
Mention what is the difference between selenium and sikuli?
List the different types of drivers in webdriver.
Explain how you can handle frames using selenium 2.0?
What is the use of deselect all () method?
How you will login into any site if it is showing any authentication popup for username and password?
What are some disadvantages of Selenium automation?