difference between Implicit Wait and Explicit Wait with syntax.?
Answer Posted / deepa
IMPLICIT WAIT:
WebDriver driver = new FirefoxDriver();
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
driver.get("http://url_that_delays_loading");
WebElement myDynamicElement = driver.findElement(By.id("myDynamicElement"));
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How can we get a text of a web element?
Explain what is group test in testng?
What do you know about selenium?
What is listeners in selenium webdriver?
Other than the default port 444 how you can run selenium server?
How a text written in a text field could be cleared?
How to hover the mouse on an element?
How can you run selenium server other than the default port 4444?
How does one store the current url using selenium 2.0?
What is the price of selenium license per server?
Is there an htmlunitdriver for .net?
Do you know how to debug the tests in selenium ide?
How do you identify an object using selenium?
What is object repository? How can we create an object repository in selenium?
How much does selenium license cost per client machine?