Table of Contents

Class DescribeNodeCommandResponse

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

Response for Describes node given its id, does not require domain to be enabled. Does not start tracking any objects, can be used for automation.

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

Properties

Node

Node description.

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

Property Value

Node