Table of Contents

Class GetLayoutMetricsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.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

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