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 does you identify the list of links present on the page



How does you identify the list of links present on the page..

Answer / नितिन

WebDriver driver = new FirefoxDriver();

driver.get("http://toolsqa.wpengine.com/");

java.util.List<WebElement> links = driver.findElements(By.tagName("a"));

System.out.println(links.size());

for (int i = 1; i<=links.size(); i=i+1)

{

System.out.println(links.get(i).getText());

}

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Selenium Interview Questions

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

0 Answers  


What programming languages does Selenium use?

0 Answers  


What are the different mouse actions that can be performed?

0 Answers  


How can we deal with web-based pop-up?

0 Answers  


What if you have written your own element locator and how would you test it?

0 Answers  


What does a concentrator do in the selenium network?

0 Answers  


How you can insert a start point in selenium ide?

0 Answers  


What is the difference between the commit and verify commands?

0 Answers  


What is the difference b/w close () and quit ()?

0 Answers  


How to get typed text from a textbox?

0 Answers  


How to export selenium ide test suite to selenium rc suites?

0 Answers  


Please explain what are the different types of locators in selenium?

0 Answers  


Categories