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
Enlist the components of selenium.
What are the challenges and limitations of selenium webdriver?
How can you fetch an attribute from an element? How to retrieve typed text from a textbox?
What are the types of assertions there in selenium?
What are the different components of selenium?
Tell me how you can find broken images in a page using selenium web driver?
Tell me how colors could be handled in selenium webdriver?
How to validate the dropdown value contains specific value or not?
How can I learn to automate testing using selenium?
When to use accessors in selenium?
What will be the limits of selenium?
How we handle pop-up web-based ?
How can it be found if an item is displayed on the screen?
What are the junits annotation linked with selenium?
What is automation testing?