Timeouts Properties |
The Timeouts type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImplicitWait |
Amount of time that Selenium will wait for waiting commands to complete
|
![]() | PageLoad |
Amount of time the driver should wait while loading a page before throwing an exception.
|
![]() | Script |
Amount of time the driver should wait while executing an asynchronous script before throwing an error.
|
![]() | Server |
Maximum amount of time the driver should wait while waiting for a response from the server.
|