Table of Contents

Class GetRelayoutBoundaryCommandResponse

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

Response for Returns the id of the nearest ancestor that is a relayout boundary.

public sealed class GetRelayoutBoundaryCommandResponse : ICommandResponse<GetRelayoutBoundaryCommandSettings>, ICommandResponse
Inheritance
GetRelayoutBoundaryCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

Relayout boundary node id for the given node.

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

Property Value

long