Table of Contents

Class RecordVideoSize

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

Constructors

RecordVideoSize()

public RecordVideoSize()

Properties

Height

Video frame height.

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

Property Value

int

Width

Video frame width.

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

Property Value

int