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 selenium? What are the different selenium components?

517


Firefox driver is class or an interface and from where is it inherited?

459


Can we move back and forward in browser using selenium?

516


Can selenium handle windows based pop up?

516


Explain how you can debug the tests in selenium ide?

508






What are some advantages of selenium grid?

533


What is Selenium IDE?

562


How do you perform drag and drop operation in webdriver?

496


How can we find the value of different attributes like name, class, value of an element?

506


How you can login into any site if it’s showing any authentication popup for password and username?

550


Tell us how can you run selenium server other than the default port 4444?

501


Is selenium capable of handling windows pop-ups?

478


What are the significant changes in upgrades in various selenium versions?

510


How can you fetch an attribute from an element? How to retrieve typed text from a textbox?

563


How many types of waits in selenium?

488