Provides wait functionality for the driver.
public class DriverWait
kind:method, kind:property, kind:ctor. Press Esc to clear.PollingIntervalGets or sets the polling interval.TimeoutGets or sets the default timeout.For(TimeSpan)Waits for a specified duration.ForElement(By, Nullable<TimeSpan>)Waits for an element to be present.ForElementClickable(By, Nullable<TimeSpan>)Waits for an element to be clickable.ForElementNotPresent(By, Nullable<TimeSpan>)Waits for an element to disappear.ForElementVisible(By, Nullable<TimeSpan>)Waits for an element to be visible.ForMilliseconds(Int32)Waits for a specified number of milliseconds.ForTextPresent(By, String, Nullable<TimeSpan>)Waits for text to be present in an element.Until<T>(Func<AvaloniaDriver, T>, Nullable<TimeSpan>)Waits until a condition is met.