Table of Contents

Class EnableCommandSettings

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

Enables DOM agent for the given page.

public sealed class EnableCommandSettings : ICommand
Inheritance
EnableCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IncludeWhitespace

Whether to include whitespaces in the children array of returned Nodes.

[JsonPropertyName("includeWhitespace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? IncludeWhitespace { get; set; }

Property Value

string