Table of Contents

Class ScreenSize

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class ScreenSize
Inheritance
ScreenSize
Inherited Members

Constructors

ScreenSize()

public ScreenSize()

Properties

Height

page height in pixels.

[Required]
[JsonPropertyName("height")]
public int Height { get; set; }

Property Value

int

Width

page width in pixels.

[Required]
[JsonPropertyName("width")]
public int Width { get; set; }

Property Value

int