An expectation for checking that an element's text matches exactly.
public static Func<AvaloniaDriver, bool> TextToBe(By locator, string text)
The locator to find the element.
The expected text.