Table of Contents

Class SetNodeNameCommandResponse

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

Response for Sets node name for a node with given id.

public sealed class SetNodeNameCommandResponse : ICommandResponse<SetNodeNameCommandSettings>, ICommandResponse
Inheritance
SetNodeNameCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

New node's id.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long