Table of Contents

Class SetOuterHTMLCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.DOM
Assembly
Selenium.WebDriver.dll

Sets node HTML markup, returns new node id.

public sealed class SetOuterHTMLCommandSettings : ICommand
Inheritance
SetOuterHTMLCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

Id of the node to set markup for.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

OuterHTML

Outer HTML markup to set.

[JsonPropertyName("outerHTML")]
public string OuterHTML { get; set; }

Property Value

string