Timeouts Properties

The Timeouts type exposes the following members.

Properties
  NameDescription
Public propertyImplicitWait
Amount of time that Selenium will wait for waiting commands to complete
Public propertyPageLoad
Amount of time the driver should wait while loading a page before throwing an exception.
Public propertyScript
Amount of time the driver should wait while executing an asynchronous script before throwing an error.
Public propertyServer
Maximum amount of time the driver should wait while waiting for a response from the server.
Top
See Also