Table of Contents

Class DescribeNodeCommandResponse

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

Response for DescribeNode

public sealed class DescribeNodeCommandResponse : ICommandResponse<DescribeNodeCommandSettings>, ICommandResponse
Inheritance
DescribeNodeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Node

Gets or sets the node

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

Property Value

Node