This method checks for a link which has the String that is passed as argument. I have a doubt whether it is case sensitive match or not.
Exmaple :
I have a link in anchor tag with “sample123” as the text inside the anchor tag.
if I use this method as assertLinkPresentWithText(“Sample”);
Will this match the link that as the text sample in lowercases?
According to the source code:
I would say no.