Skip to content

Commit

Permalink
Adding capability in .NET to disable check for overlapping elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 12, 2016
1 parent 0b57920 commit 51ee0d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotnet/src/webdriver/Remote/CapabilityType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ public static class CapabilityType
/// </summary>
public static readonly string LoggingPreferences = "loggingPrefs";

/// <summary>
/// Capability name used to disable the check for overlapping elements.
/// </summary>
public static readonly string DisableOverlappedElementCheck = "overlappingCheckDisabled";

/// <summary>
/// Capability name used to enable the profiling log for the session.
/// </summary>
Expand Down

0 comments on commit 51ee0d9

Please sign in to comment.