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 to select a value from a drop-down?

Answer Posted / dileep kumar

by using select keyword we can select a value from dropdown box
select select = new select (driver.findelement(by.xpath(" xpath")));
select.selectbyindex(2);
select.selectbyvalue(2);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which selenium command(s) simulates selecting a link?

4005


What is automation testing?

1008


Do you know a way to refresh the browser by using selenium?

1007


Tell us what kind of keyboard operations can be performed in selenium?

893


How to scroll web page down or up using selenium webdriver?

983


What are some commonly encountered exceptions in selenium?

1035


How to find whether an element is displayed on the web page?

945


We do create a reference variable ‘driver’ of type webdriver

907


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

880


What is a fundamental difference between xpath and css selector?

993


What do you mean by the assertion in selenium?

927


How do you verify if the checkbox/radio is checked or not?

885


How we handle pop-up web-based ?

1130


How can we select elements by their attribute value using css selector?

1174


What are junit annotations?

1013