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 to capture bitmaps in selenium?
What are the limitations of using selenium as a test tool?
How can you find if an element is displayed on the screen?
How to change the url on a webpage using selenium web driver?
how can you retrive the message in an alert box?
How can we fetch a text written over an element?
What is webdriver wait in selenium webdriver?
What are the different types of locators in Selenium?
How to handle hidden elements in selenium webdriver?
How can one get side to always record an absolute url for the open command's argument?
How can we launch different browsers in selenium webdriver?
What is the alternative to driver.get() method to open an url using selenium webdriver?
Explain what is the difference between find elements () and find element ()?
What is the framework?
What is the difference between find elements () and find element ()?