Class GetApplicationCacheForFrameCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V85.ApplicationCache
- Assembly
- WebDriver.dll
Response for GetApplicationCacheForFrame
public sealed class GetApplicationCacheForFrameCommandResponse : ICommandResponse<GetApplicationCacheForFrameCommandSettings>, ICommandResponse
- Inheritance
-
GetApplicationCacheForFrameCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ApplicationCache
Gets or sets the applicationCache
[JsonPropertyName("applicationCache")]
public ApplicationCache ApplicationCache { get; set; }