Table of Contents

Class GetDocumentCommandResponse

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

Response for Returns the root DOM node (and optionally the subtree) to the caller. Implicitly enables the DOM domain events for the current target.

public sealed class GetDocumentCommandResponse : ICommandResponse<GetDocumentCommandSettings>, ICommandResponse
Inheritance
GetDocumentCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Root

Resulting node.

[JsonPropertyName("root")]
public Node Root { get; set; }

Property Value

Node