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 is the function of xpath?
How can you use the recovery scenario in selenium webdriver?
What exactly is the price of selenium test-suite?
What test can selenium do?
What is parameterization in testng? How to pass parameters using testng.xml?
What are some expected conditions that can be used in explicit waits?
What is the difference between the commit and verify commands?
How to print Duplicate values in Drop Down List
How you can switch between frames?
How to find the xpath of web table elements.in chrome or internet explorer.or without using fire bug.?
Explain the different kinds of frameworks in automation?
Explain how you can login into any site if it’s showing any authentication popup for password and username?
Tell me what is a node in selenium grid?
How is testng better than junit?
How to do file upload in selenium?