The DefaultWait T type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Message |
Gets or sets the message to be displayed when time expires.
|
![]() | PollingInterval |
Gets or sets how often the condition should be evaluated. The default timeout is 500 milliseconds.
|
![]() | Timeout |
Gets or sets how long to wait for the evaluated condition to be true. The default timeout is 500 milliseconds.
|
See Also