Skip to content

Commit

Permalink
Fixing documentation warnings in .NET build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jun 4, 2015
1 parent ce54918 commit b4fe5f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotnet/src/webdriver/IE/InternetExplorerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ public enum InternetExplorerUnexpectedAlertBehavior
Dismiss
}

/// <summary>
/// Specifies the behavior of waiting for page loads in the IE driver.
/// </summary>
public enum InternetExplorerPageLoadStrategy
{
/// <summary>
Expand Down

0 comments on commit b4fe5f3

Please sign in to comment.