Enum PageLoadStrategy
Specifies the behavior of waiting for page loads in the driver.
public enum PageLoadStrategy
Fields
Default = 0Indicates the behavior is not set.
Eager = 2Waits for pages to load and for ready state to be 'interactive' or 'complete'.
None = 3Does not wait for pages to load, returning immediately.
Normal = 1Waits for pages to load and ready state to be 'complete'.