Table of Contents

Class ScreenshotParams

Namespace
OpenQA.Selenium.DevTools.V85.HeadlessExperimental
Assembly
WebDriver.dll

ScreenshotParams

public sealed class ScreenshotParams
Inheritance
ScreenshotParams
Inherited Members

Properties

Format

format

[JsonPropertyName("format")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScreenshotParamsFormatValues? Format { get; set; }

Property Value

ScreenshotParamsFormatValues?

Quality

quality

[JsonPropertyName("quality")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Quality { get; set; }

Property Value

long?