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