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 handle ajax calls in selenium webdriver?
Write the code to double click an element in selenium?
What is the difference b/w close () and quit ()?
What are the main advantages of selenium grid?
What is desired capabilities?
How can we fetch title of the page in selenium?
How can we get a text of a web element?
What could be the cause of selenium webdriver test to fail?
Why do you need session handling while working with selenium?
What is the command that is used in order to display the values of a variable into the output console or log?
How to configure selenium web driver in eclipse?
What are the advantages and disadvantages of selenium ?
How will you find an element using selenium?
Which is the super interface of webdriver?
what will be the first salary and what will be the hike in the salary?