We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce54918 commit b4fe5f3Copy full SHA for b4fe5f3
dotnet/src/webdriver/IE/InternetExplorerOptions.cs
@@ -66,6 +66,9 @@ public enum InternetExplorerUnexpectedAlertBehavior
66
Dismiss
67
}
68
69
+ /// <summary>
70
+ /// Specifies the behavior of waiting for page loads in the IE driver.
71
+ /// </summary>
72
public enum InternetExplorerPageLoadStrategy
73
{
74
/// <summary>
0 commit comments