Table of Contents

Class SetDocumentContentCommandSettings

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

Sets given markup as the document's HTML.

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

Frame id to set HTML for.

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

Property Value

string

Html

HTML content to set.

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

Property Value

string