ITimeouts MembersWebDriver

The ITimeouts type exposes the following members.
Methods

  NameDescription
Public methodImplicitlyWait
Specifies the amount of time the driver should wait when searching for an element if it is not immediately present.
Public methodSetPageLoadTimeout
Specifies the amount of time the driver should wait for a page to load when setting the Url property.
Public methodSetScriptTimeout
Specifies the amount of time the driver should wait when executing JavaScript asynchronously.
Back to Top
See Also