Table of Contents

Class GetRelayoutBoundaryCommandSettings

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

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

public sealed class GetRelayoutBoundaryCommandSettings : ICommand
Inheritance
GetRelayoutBoundaryCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

Id of the node.

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

Property Value

long