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