Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class DescribeNodeCommandResponse

Namespace
OpenQA.Selenium.DevTools.V136.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