WaitHelper(TimeSpan, Nullable) Constructor

Definition

Assembly HeadlessTestingFramework.dll

Creates a new WaitHelper with specified timeout.

public WaitHelper(TimeSpan timeout, TimeSpan? pollingInterval = default(TimeSpan? ))

Parameters

timeout
TimeSpan

The maximum wait time.

pollingInterval
Nullable<TimeSpan>

The interval between condition checks (default 100ms).