Styrow.dev
Question 21 of 36

How to find all the links on a webpage using Protractor?

Question

How to find all the links on a webpage using Protractor?

Answer

We can find all the links on a webpage using tagName β€˜a’. Usually all the links are formed with an anchor tag β€˜a’ and all the links will have β€˜href’ attribute with URL value.