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 / raam

----------------------------------------------
Select cel=new Select(driver.findElement(By.id("name"))

cel.selectByVisibleText("state")
---------------------------------------
instead of selectByVisibleText can use-

selectByindex()
getoptions()---used to store all options inside drop down

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can convert any selenium ide tests from selenese to another language?

1210


What is same origin policy and how it can be handled?

1011


Can you write the code to double click an element in selenium?

987


In selenium what are breakpoints and startpoints?

1056


How will you verify the specific position of an web element

987


What are some expected conditions that can be used in explicit waits?

950


How to handle a dropdown in selenium webdriver?

3155


How can we launch different browsers in selenium webdriver?

1024


What are the ways to refresh a browser using selenium webdriver?

1018


How to debug the tests in selenium ide?

1236


Can we use selenium rc to drive tests on two different browsers on one operating system without selenium grid?

989


Mention what is intellij?

993


How to test ajax application with selenium?

1139


Tell us how to perform right click using selenium webdriver?

932


How to delete browser cookies with selenium web driver?

984