Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Enlist the components of selenium.

951


What are the challenges and limitations of selenium webdriver?

1008


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

1160


What are the types of assertions there in selenium?

944


What are the different components of selenium?

1110


Tell me how you can find broken images in a page using selenium web driver?

908


Tell me how colors could be handled in selenium webdriver?

902


How to validate the dropdown value contains specific value or not?

887


How can I learn to automate testing using selenium?

1003


When to use accessors in selenium?

1148


What will be the limits of selenium?

1064


How we handle pop-up web-based ?

1130


How can it be found if an item is displayed on the screen?

991


What are the junits annotation linked with selenium?

939


What is automation testing?

1009