Table of Contents

Class CaptureSnapshotCommandSettings

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

string

ComputedStyles

Gets or sets the computedStyles

[JsonPropertyName("computedStyles")]
public string[] ComputedStyles { get; set; }

Property Value

string[]

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?