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

How to retrieve css properties of an element?

1016


What regular expression special character(s) means "any character?"

941


Enlist the components of selenium.

953


When should I use Selenium IDE?

1040


What are the two modes of views in selenium ide?

1173


What is the reason to use the selenium grid?

999


selenium can handle pop-up windows based on selenium is a test tool?

1227


What does a single “/” bar in XPath do?

1189


What are different forms of selenium?

1040


How can we create an object repository in selenium?

1092


What does side stand for?

953


How to download a file in selenium webdriver?

1094


Tell me do you know a way to refresh browser by using selenium?

972


What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?

1002


What types of tests are compatible with Selenium?

1236