Table of Contents

Class GetFlattenedDocumentCommandResponse

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

Response for GetFlattenedDocument

public sealed class GetFlattenedDocumentCommandResponse : ICommandResponse<GetFlattenedDocumentCommandSettings>, ICommandResponse
Inheritance
GetFlattenedDocumentCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Nodes

Gets or sets the nodes

[JsonPropertyName("nodes")]
public Node[] Nodes { get; set; }

Property Value

Node[]