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 / p sureshchowdary

Select dropdown=new Select(d.findElement(By.id("month")));
List<WebElement> list=dropdown.getOptions();
for(WebElement we:list) {
System.out.println(we.getText());
}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me could cookies be deleted in selenium?

1011


How do you upload a file?

1033


How you can debug the tests in selenium ide?

1088


List some of the test types that are supported by selenium.

880


How to insert a comment in selenium ide?

1205


What are the advantages of using selenium as a test tool?

1071


How does one capture a page title in selenium 2.0?

969


What is difference between qtp and selenium?

1125


How you build object repository in your project?

1049


What is soft assertion in selenium?

979


What are the advantage and features of selenium ide?

996


When to use assert, verify and waitfor in selenium?

1176


What automation tools could be used for post-release validation with continuous integration?

1025


How to send alt/shift/control key in selenium webdriver?

1541


What are the webdriver supported mobile testing drivers?

1195