Class ScreenshotParams
- Namespace
- OpenQA.Selenium.DevTools.V141.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
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?