Class ApplicationCache
- Namespace
- OpenQA.Selenium.DevTools.V85.ApplicationCache
- Assembly
- WebDriver.dll
ApplicationCache
public sealed class ApplicationCache
- Inheritance
-
ApplicationCache
- Inherited Members
Properties
CreationTime
creationTime
[JsonPropertyName("creationTime")]
public double CreationTime { get; set; }
Property Value
ManifestURL
manifestURL
[JsonPropertyName("manifestURL")]
public string ManifestURL { get; set; }
Property Value
Resources
resources
[JsonPropertyName("resources")]
public ApplicationCacheResource[] Resources { get; set; }
Property Value
Size
size
[JsonPropertyName("size")]
public double Size { get; set; }
Property Value
UpdateTime
updateTime
[JsonPropertyName("updateTime")]
public double UpdateTime { get; set; }