Table of Contents

Class GetFlattenedDocumentCommandSettings

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

GetFlattenedDocument

public sealed class GetFlattenedDocumentCommandSettings : ICommand
Inheritance
GetFlattenedDocumentCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Depth

Gets or sets the depth

[JsonPropertyName("depth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Depth { get; set; }

Property Value

long?

Pierce

Gets or sets the pierce

[JsonPropertyName("pierce")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Pierce { get; set; }

Property Value

bool?