Locates elements by their link text (for hyperlinks/buttons). This is the standard Selenium locator - maps to Text matching in Avalonia.
public static By LinkText(string linkText)
The exact link text.
var link = driver.FindElement(By.LinkText("Click here"));