Skip to content

Commit

Permalink
[dotnet] remove deprecated html5 commands and classes for web storage…
Browse files Browse the repository at this point in the history
…, application cache and location context
  • Loading branch information
titusfortner committed Jun 23, 2022
1 parent a66def2 commit 24a5741
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 1,423 deletions.
90 changes: 0 additions & 90 deletions dotnet/src/webdriver/DriverCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -559,96 +559,6 @@ public static class DriverCommand
[Obsolete("Command not defined by W3C WebDriver Specification.")]
public static readonly string SetLocation = "setLocation";

/// <summary>
/// Represents the GetAppCache command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetAppCache = "getAppCache";

/// <summary>
/// Represents the application cache GetStatus command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetAppCacheStatus = "getStatus";

/// <summary>
/// Represents the ClearAppCache command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string ClearAppCache = "clearAppCache";

/// <summary>
/// Represents the GetLocalStorageItem command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetLocalStorageItem = "getLocalStorageItem";

/// <summary>
/// Represents the GetLocalStorageKeys command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetLocalStorageKeys = "getLocalStorageKeys";

/// <summary>
/// Represents the SetLocalStorageItem command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string SetLocalStorageItem = "setLocalStorageItem";

/// <summary>
/// Represents the RemoveLocalStorageItem command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string RemoveLocalStorageItem = "removeLocalStorageItem";

/// <summary>
/// Represents the ClearLocalStorage command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string ClearLocalStorage = "clearLocalStorage";

/// <summary>
/// Represents the GetLocalStorageSize command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetLocalStorageSize = "getLocalStorageSize";

/// <summary>
/// Represents the GetSessionStorageItem command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetSessionStorageItem = "getSessionStorageItem";

/// <summary>
/// Represents the GetSessionStorageKeys command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetSessionStorageKeys = "getSessionStorageKeys";

/// <summary>
/// Represents the SetSessionStorageItem command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string SetSessionStorageItem = "setSessionStorageItem";

/// <summary>
/// Represents the RemoveSessionStorageItem command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string RemoveSessionStorageItem = "removeSessionStorageItem";

/// <summary>
/// Represents the ClearSessionStorage command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string ClearSessionStorage = "clearSessionStorage";

/// <summary>
/// Represents the GetSessionStorageSize command.
/// </summary>
[Obsolete("Command not defined by W3C WebDriver Specification. Use JavaScript execution to manage HTML5 storage and cache features.")]
public static readonly string GetSessionStorageSize = "getSessionStorageSize";

public static readonly IList<string> KnownCommands = new List<string>()
{
Status,
Expand Down
56 changes: 0 additions & 56 deletions dotnet/src/webdriver/HTML5/AppCacheStatus.cs

This file was deleted.

65 changes: 0 additions & 65 deletions dotnet/src/webdriver/HTML5/ApplicationCache.cs

This file was deleted.

31 changes: 0 additions & 31 deletions dotnet/src/webdriver/HTML5/IApplicationCache.cs

This file was deleted.

36 changes: 0 additions & 36 deletions dotnet/src/webdriver/HTML5/IHasApplicationCache.cs

This file was deleted.

36 changes: 0 additions & 36 deletions dotnet/src/webdriver/HTML5/IHasLocationContext.cs

This file was deleted.

36 changes: 0 additions & 36 deletions dotnet/src/webdriver/HTML5/IHasWebStorage.cs

This file was deleted.

Loading

0 comments on commit 24a5741

Please sign in to comment.