Table of Contents

Class GetLayoutMetricsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

Response for GetLayoutMetrics

public sealed class GetLayoutMetricsCommandResponse : ICommandResponse<GetLayoutMetricsCommandSettings>, ICommandResponse
Inheritance
GetLayoutMetricsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ContentSize

Gets or sets the contentSize

[JsonPropertyName("contentSize")]
public Rect ContentSize { get; set; }

Property Value

Rect

CssContentSize

Gets or sets the cssContentSize

[JsonPropertyName("cssContentSize")]
public Rect CssContentSize { get; set; }

Property Value

Rect

CssLayoutViewport

Gets or sets the cssLayoutViewport

[JsonPropertyName("cssLayoutViewport")]
public LayoutViewport CssLayoutViewport { get; set; }

Property Value

LayoutViewport

CssVisualViewport

Gets or sets the cssVisualViewport

[JsonPropertyName("cssVisualViewport")]
public VisualViewport CssVisualViewport { get; set; }

Property Value

VisualViewport

LayoutViewport

Gets or sets the layoutViewport

[JsonPropertyName("layoutViewport")]
public LayoutViewport LayoutViewport { get; set; }

Property Value

LayoutViewport

VisualViewport

Gets or sets the visualViewport

[JsonPropertyName("visualViewport")]
public VisualViewport VisualViewport { get; set; }

Property Value

VisualViewport