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
Tell us can you write the code to double click an element in selenium?
How to type in a textbox using selenium?
Is selenium server needed to run selenium webdriver scripts?
List some of the programming languages that are strongly supported by selenium webdriver.
How can the user get a text from a web element?
What is selenium 2.0?
Mention what are the challenges in handling ajax call in selenium webdriver?
Other than the default port 444 how you can run selenium server?
What is heightened privileges browsers?
How to connect a database in selenium?
How can we select elements by their attribute value using css selector?
What is the significance of testng.xml?
How could ajax controls be handled in webdriver?
Explain what are the limitations of selenium ide?
What must one set within side in order to run a test from the beginning to a certain point within the test?