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?



How to select a value from a drop-down?..

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

More Selenium Interview Questions

Can you use Selenium to test the Rest API or Web services?

0 Answers  


Is selenium capable of handling windows pop-ups?

0 Answers  


List some scenarios which we cannot automate using selenium webdriver?

0 Answers  


Tell us how can you run selenium server other than the default port 4444?

0 Answers  


How do you clear the contents of a textbox in selenium?

0 Answers  


What is regular expressions? How you can use regular expressions in selenium?

0 Answers  


What are the limitations of selenium ide?

1 Answers  


List out the test types that are supported by selenium?

0 Answers  


List the different selenium tools.

1 Answers  


Which selenium command(s) simulates selecting a link?

0 Answers  


What are the annotations available in testng?

0 Answers  


What are driver.close and driver.quit in WebDriver? Which is more preferable?

0 Answers  


Categories