Defines the interface through which the user can define timeouts.
public interface ITimeouts
Properties AsynchronousJavaScript
Gets or sets the asynchronous script timeout, which is the amount of time the driver should wait when executing JavaScript asynchronously. This timeout only affects the ExecuteAsyncScript(string, params object?[]) method.
TimeSpan AsynchronousJavaScript { get; set; }
Property Value
Gets or sets the implicit wait timeout, which is the amount of time the driver should wait when searching for an element if it is not immediately present.
TimeSpan ImplicitWait { get; set; }
Property Value
Gets or sets the page load timeout, which is the amount of time the driver should wait for a page to load when setting the Url property.
TimeSpan PageLoad { get; set; }
Property Value
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4