Table of Contents

Class ScreenshotParams

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

OptimizeForSpeed

optimizeForSpeed

[JsonPropertyName("optimizeForSpeed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? OptimizeForSpeed { get; set; }

Property Value

bool?

Quality

quality

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

Property Value

long?