Table of Contents

Class GetDocumentCommandResponse

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

Response for GetDocument

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

Properties

Root

Gets or sets the root

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

Property Value

Node