How do you get all the values from Drop Down list?
Answer Posted / raj
(new WebDriverWait(driver, 60)).until(new ExpectedCondition<WebElement>() {
public WebElement apply(WebDriver newDriver) {
return newDriver.findElement(By.id("BlogArchive1_ArchiveMenu"));
}
});
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the different keyboard operations that can be performed in selenium?
Explain dataproviders in testng using an example. Can I call a single data provider method for multiple functions and classes?
What is Selenium IDE?
What is a data driven framework?
What is the selenium ide and what is it used for?
Mention in what ways you can customize testng report?
How to find the xpath of web table elements.in chrome or internet explorer.or without using fire bug.?
How to find more than one web element in the list?
Tell us what are the two modes of views in selenium ide?
What are the different types of wait statements in selenium webdriver?
How to perform drag and drop action in selenium webdriver?
What is the difference between driver.close() and driver.quit command?
What is object repository in selenium webdriver?
How recorded command can be edited in ide?
Explain how can you find broken links in a page using selenium webdriver?