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