Table of Contents

Class GetManifestForFrameCommandSettings

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

GetManifestForFrame

public sealed class GetManifestForFrameCommandSettings : ICommand
Inheritance
GetManifestForFrameCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string