Table of Contents

Class GetFramesWithManifestsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.ApplicationCache
Assembly
WebDriver.dll

Response for GetFramesWithManifests

public sealed class GetFramesWithManifestsCommandResponse : ICommandResponse<GetFramesWithManifestsCommandSettings>, ICommandResponse
Inheritance
GetFramesWithManifestsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

FrameIds

Gets or sets the frameIds

[JsonPropertyName("frameIds")]
public FrameWithManifest[] FrameIds { get; set; }

Property Value

FrameWithManifest[]