Table of Contents

Class GetBoxModelCommandResponse

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

Response for Returns boxes for the given node.

public sealed class GetBoxModelCommandResponse : ICommandResponse<GetBoxModelCommandSettings>, ICommandResponse
Inheritance
GetBoxModelCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Model

Box model for the node.

[JsonPropertyName("model")]
public BoxModel Model { get; set; }

Property Value

BoxModel