Table of Contents

Class GetFlattenedDocumentCommandResponse

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

Response for Returns the root DOM node (and optionally the subtree) to the caller. Deprecated, as it is not designed to work well with the rest of the DOM agent. Use DOMSnapshot.captureSnapshot instead.

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

Properties

Nodes

Resulting node.

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

Property Value

Node[]