how to click on a ref link on Selenium C3

0 votes
Sep 5, 2019 in Selenium by anonymous
866 views
By Selenium C3, do you mean Selenium C#?

1 answer to this question.

+1 vote

To click on a href link using Selenium C#, you can use following command:

driver.FindElement(By.LinkText("Accounts")).Click();     

or

driver.FindElement(By.TagName("a")).Click();
answered Sep 5, 2019 by Abha
• 28,140 points

Related Questions In Selenium

+1 vote
1 answer
+2 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to click on a hyper link using linkText?

driver.findElement(By.linkText(“Google”)).click(); The command finds the element using link ...READ MORE

answered Nov 30, 2020 in Selenium by Gitika
• 65,910 points
1,403 views
0 votes
2 answers

Python & Selenium: How to find and click on YouTube's Like button

Hello Nitin, as the Like button on ...READ MORE

answered Aug 23, 2019 in Selenium by Abha
• 28,140 points
4,942 views
0 votes
1 answer

How to click a span with given text using Selenium Python

If ALL_USA is subject to change, then ...READ MORE

answered Jul 26, 2018 in Selenium by Samarpit
• 5,910 points
6,916 views
0 votes
8 answers

How to open a link in new tab of chrome browser using Selenium WebDriver?

This below code works for me in ...READ MORE

answered Dec 14, 2020 in Selenium by Gitika
• 65,910 points
101,652 views
0 votes
1 answer

How to click on a hyperlink using Selenium WebDriver?

Hi Jonathan, you can use click() method in ...READ MORE

answered May 29, 2019 in Selenium by Abha
• 28,140 points
7,045 views
0 votes
1 answer

How to Click a Link by href value in Selenium WebDriver?

Hi Ujjwal, you can use following code ...READ MORE

answered Aug 14, 2019 in Selenium by Abha
• 28,140 points
4,487 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP