Registers a custom predicate for use with By.Predicate.
public void RegisterPredicate(string key, Func<Control, bool> predicate)
The predicate key.
The predicate function.