I'm trying to locate a link using Selenium Webdriver. I don't wanna locate it by link text, only the actual link which is typed in. This can be done by using Selenium's find element by XPath - method, but what is the syntax when I only know the starting of that href text, not the whole text?
I guess I'm searching for XPath link locator with some sort of starts with-method. I have no code ready on this.