Table of Contents

Class GetBoxModelResult

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

Constructors

GetBoxModelResult(BoxModel)

public GetBoxModelResult(BoxModel Model)

Parameters

Model BoxModel

Box model for the node.

Properties

Model

Box model for the node.

public BoxModel Model { get; init; }

Property Value

BoxModel