Table of Contents

Class GetRelayoutBoundaryResult

Namespace
Selenium.WebDriver.BiDi.Cdp.DOM
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetRelayoutBoundaryResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetRelayoutBoundaryResult>
Inheritance
EmptyResult
GetRelayoutBoundaryResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetRelayoutBoundaryResult(NodeId)

public GetRelayoutBoundaryResult(NodeId NodeId)

Parameters

NodeId NodeId

Relayout boundary node id for the given node.

Properties

NodeId

Relayout boundary node id for the given node.

public NodeId NodeId { get; init; }

Property Value

NodeId