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


Please Help Members By Posting Answers For Below Questions

What is the alternate way to click on the login button?

489


How to get the title of the page?

497


What are the advantages of automation framework?

488


How to click on a hyperlink using selenium webdriver?

439


What is the difference between close() and quit()?

487






Explain me how to check a checkbox in selenium?

479


How do you upload a file using selenium webdriver?

3035


How can we deal with web-based pop-up?

511


How to capture screenshot in webdriver?

497


Can we edit recorded selenium ide test cases?

491


What is the use of selenium grid?

491


How to write selenium code for purchasing product from amazon

1170


Explain the difference between assert and verify commands?

486


Give ide's main parts and components?

524


Tell us what are the two modes of views in selenium ide?

454