How to get all the links on a webpage and click the matching website
import java.util.List;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class LinksAllTypesMethods {
@Test
public void seleniumLinkMethods() throws InterruptedException {
WebDriver driver = new FirefoxDriver();
driver.get("https://www.google.co.in/");
Thread.sleep(3000);
// Using tag name "a" , we get all the links
List<WebElement> links = driver.findElements(By.tagName("a"));
// Get how many web links are present on a web page
int numberOfWebLinks = links.size();
// Get the text from the links
for (WebElement link : links) {
System.out.println("The link is "+link.getText());
}
// Using for loop
for (int i=0; i<numberOfWebLinks; i++) {
System.out.println(links.get(i).getText());
System.out.println(links.get(i).getAttribute("href"));
}
// Using tag name "a" , we get all the links
List<WebElement> allLinks = driver.findElements(By.tagName("a"));
// Click on a particular link and break it
for(WebElement singleLink : allLinks) {
if (singleLink.getText().equals("हिन्दी")) {
singleLink.click();
Thread.sleep(3000);
break;
}
}
driver.close();
}
}
Output :
The link is
The link is Gmail
The link is Images
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is Sign in
The link is ×
The link is Yes, show me
The link is
The link is
The link is
The link is
The link is हिन्दी
The link is বাংলা
The link is తెలుగు
The link is मराठी
The link is தமிழ்
The link is ગુજરાતી
The link is ಕನ್ನಡ
The link is മലയാളം
The link is ਪੰਜਾਬੀ
The link is Privacy
The link is Terms
The link is Settings
The link is
The link is
The link is
The link is
The link is
The link is Advertising
The link is Business
The link is About
https://www.google.co.in/setprefs?suggon=2&prev=https://www.google.co.in/&sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D
Gmail
https://mail.google.com/mail/?tab=wm
Images
https://www.google.co.in/imghp?hl=en&tab=wi&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKouCBIoAQ
https://www.google.co.in/intl/en/options/
https://myaccount.google.com/?utm_source=OGB
https://www.google.co.in/webhp?tab=ww&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKkuCAEoAQ
https://maps.google.co.in/maps?hl=en&tab=wl
https://www.youtube.com/?gl=IN
https://play.google.com/?hl=en&tab=w8
https://news.google.co.in/nwshp?hl=en&tab=wn&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKkuCAUoBQ
https://mail.google.com/mail/?tab=wm
https://drive.google.com/?tab=wo
https://www.google.com/calendar?tab=wc
https://plus.google.com/?gpsrc=ogpy0&tab=wX
https://translate.google.co.in/?hl=en&tab=wT
https://photos.google.com/?tab=wq
https://www.google.co.in/intl/en/options/
https://docs.google.com/document/?usp=docs_alc
https://books.google.co.in/bkshp?hl=en&tab=wp&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKkuCA0oDQ
https://www.blogger.com/?tab=wj
https://www.google.com/contacts/?hl=en&tab=wC
https://www.google.co.in/intl/en/options/
Sign in
https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.co.in/
×
javascript:void(0)
Yes, show me
https://www.google.com/url?q=https://www.google.com/homepage/hp-firefox.html%3Futm_source%3Dgoogle.com%26utm_medium%3Dcallout%26utm_campaign%3DFFDHP&source=hpp&id=5082229&ct=7&usg=AFQjCNGpJYJLVlrP4aS5wSlNy1fQs3_xmg
https://www.google.co.in/webhp?hl=en
https://support.google.com/websearch/answer/186645?hl=en-IN
https://www.google.co.in/search?site=&q=%27Tis+the+season!&oi=ddle&ct=holidays-2015-day-1-6575248619077632-hp&hl=en&sa=X&ved=0ahUKEwjoy72y4fHJAhXMC44KHVivBi4QNggD
javascript:void(0);
हिन्दी
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=hi&source=homepage
বাংলা
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=bn&source=homepage
తెలుగు
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=te&source=homepage
मराठी
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=mr&source=homepage
தமிழ்
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=ta&source=homepage
ગુજરાતી
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=gu&source=homepage
ಕನ್ನಡ
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=kn&source=homepage
മലയാളം
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=ml&source=homepage
ਪੰਜਾਬੀ
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=pa&source=homepage
Privacy
https://www.google.co.in/intl/en/policies/privacy/?fg=1
Terms
https://www.google.co.in/intl/en/policies/terms/?fg=1
Settings
https://www.google.co.in/preferences?hl=en
https://www.google.co.in/preferences?hl=en-IN&fg=1
https://www.google.co.in/advanced_search?hl=en-IN&fg=1
https://www.google.co.in/history/optout?hl=en-IN&fg=1
https://support.google.com/websearch/?p=ws_results_help&hl=en-IN&fg=1
javascript:void(0)
Advertising
https://www.google.co.in/intl/en/ads/?fg=1
Business
https://www.google.co.in/services/?fg=1
About
https://www.google.co.in/intl/en/about.html?fg=1
import java.util.List;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class LinksAllTypesMethods {
@Test
public void seleniumLinkMethods() throws InterruptedException {
WebDriver driver = new FirefoxDriver();
driver.get("https://www.google.co.in/");
Thread.sleep(3000);
// Using tag name "a" , we get all the links
List<WebElement> links = driver.findElements(By.tagName("a"));
// Get how many web links are present on a web page
int numberOfWebLinks = links.size();
// Get the text from the links
for (WebElement link : links) {
System.out.println("The link is "+link.getText());
}
// Using for loop
for (int i=0; i<numberOfWebLinks; i++) {
System.out.println(links.get(i).getText());
System.out.println(links.get(i).getAttribute("href"));
}
// Using tag name "a" , we get all the links
List<WebElement> allLinks = driver.findElements(By.tagName("a"));
// Click on a particular link and break it
for(WebElement singleLink : allLinks) {
if (singleLink.getText().equals("हिन्दी")) {
singleLink.click();
Thread.sleep(3000);
break;
}
}
driver.close();
}
}
Output :
The link is
The link is Gmail
The link is Images
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is
The link is Sign in
The link is ×
The link is Yes, show me
The link is
The link is
The link is
The link is
The link is हिन्दी
The link is বাংলা
The link is తెలుగు
The link is मराठी
The link is தமிழ்
The link is ગુજરાતી
The link is ಕನ್ನಡ
The link is മലയാളം
The link is ਪੰਜਾਬੀ
The link is Privacy
The link is Terms
The link is Settings
The link is
The link is
The link is
The link is
The link is
The link is Advertising
The link is Business
The link is About
https://www.google.co.in/setprefs?suggon=2&prev=https://www.google.co.in/&sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D
Gmail
https://mail.google.com/mail/?tab=wm
Images
https://www.google.co.in/imghp?hl=en&tab=wi&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKouCBIoAQ
https://www.google.co.in/intl/en/options/
https://myaccount.google.com/?utm_source=OGB
https://www.google.co.in/webhp?tab=ww&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKkuCAEoAQ
https://maps.google.co.in/maps?hl=en&tab=wl
https://www.youtube.com/?gl=IN
https://play.google.com/?hl=en&tab=w8
https://news.google.co.in/nwshp?hl=en&tab=wn&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKkuCAUoBQ
https://mail.google.com/mail/?tab=wm
https://drive.google.com/?tab=wo
https://www.google.com/calendar?tab=wc
https://plus.google.com/?gpsrc=ogpy0&tab=wX
https://translate.google.co.in/?hl=en&tab=wT
https://photos.google.com/?tab=wq
https://www.google.co.in/intl/en/options/
https://docs.google.com/document/?usp=docs_alc
https://books.google.co.in/bkshp?hl=en&tab=wp&ei=sHV6Vr-PK8eouQTw07jYBw&ved=0EKkuCA0oDQ
https://www.blogger.com/?tab=wj
https://www.google.com/contacts/?hl=en&tab=wC
https://www.google.co.in/intl/en/options/
Sign in
https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.co.in/
×
javascript:void(0)
Yes, show me
https://www.google.com/url?q=https://www.google.com/homepage/hp-firefox.html%3Futm_source%3Dgoogle.com%26utm_medium%3Dcallout%26utm_campaign%3DFFDHP&source=hpp&id=5082229&ct=7&usg=AFQjCNGpJYJLVlrP4aS5wSlNy1fQs3_xmg
https://www.google.co.in/webhp?hl=en
https://support.google.com/websearch/answer/186645?hl=en-IN
https://www.google.co.in/search?site=&q=%27Tis+the+season!&oi=ddle&ct=holidays-2015-day-1-6575248619077632-hp&hl=en&sa=X&ved=0ahUKEwjoy72y4fHJAhXMC44KHVivBi4QNggD
javascript:void(0);
हिन्दी
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=hi&source=homepage
বাংলা
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=bn&source=homepage
తెలుగు
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=te&source=homepage
मराठी
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=mr&source=homepage
தமிழ்
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=ta&source=homepage
ગુજરાતી
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=gu&source=homepage
ಕನ್ನಡ
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=kn&source=homepage
മലയാളം
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=ml&source=homepage
ਪੰਜਾਬੀ
https://www.google.co.in/setprefs?sig=0_Qa6VBRR6zqKEKCiglQ9kpgson64%3D&hl=pa&source=homepage
Privacy
https://www.google.co.in/intl/en/policies/privacy/?fg=1
Terms
https://www.google.co.in/intl/en/policies/terms/?fg=1
Settings
https://www.google.co.in/preferences?hl=en
https://www.google.co.in/preferences?hl=en-IN&fg=1
https://www.google.co.in/advanced_search?hl=en-IN&fg=1
https://www.google.co.in/history/optout?hl=en-IN&fg=1
https://support.google.com/websearch/?p=ws_results_help&hl=en-IN&fg=1
javascript:void(0)
Advertising
https://www.google.co.in/intl/en/ads/?fg=1
Business
https://www.google.co.in/services/?fg=1
About
https://www.google.co.in/intl/en/about.html?fg=1