Table of Contents

Class SetDocumentContentCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

SetDocumentContent

public sealed class SetDocumentContentCommandSettings : ICommand
Inheritance
SetDocumentContentCommandSettings
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

Html

Gets or sets the html

[JsonPropertyName("html")]
public string Html { get; set; }

Property Value

string