Waits for text to be present in an element.
public bool ForTextPresent(By by, string text, TimeSpan? timeout = default(TimeSpan? ))
The locator.
The text to wait for.
Optional custom timeout.