Class CaptureSnapshotCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V131.DOMSnapshot
- Assembly
- WebDriver.dll
CaptureSnapshot
public sealed class CaptureSnapshotCommandSettings : ICommand
- Inheritance
-
CaptureSnapshotCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ComputedStyles
Gets or sets the computedStyles
[JsonPropertyName("computedStyles")]
public string[] ComputedStyles { get; set; }
Property Value
- string[]
IncludeBlendedBackgroundColors
Gets or sets the includeBlendedBackgroundColors
[JsonPropertyName("includeBlendedBackgroundColors")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeBlendedBackgroundColors { get; set; }
Property Value
- bool?
IncludeDOMRects
Gets or sets the includeDOMRects
[JsonPropertyName("includeDOMRects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeDOMRects { get; set; }
Property Value
- bool?
IncludePaintOrder
Gets or sets the includePaintOrder
[JsonPropertyName("includePaintOrder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludePaintOrder { get; set; }
Property Value
- bool?
IncludeTextColorOpacities
Gets or sets the includeTextColorOpacities
[JsonPropertyName("includeTextColorOpacities")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeTextColorOpacities { get; set; }
Property Value
- bool?