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
Width
page width in pixels.
[Required]
[JsonPropertyName("width")]
public int Width { get; set; }