Table of Contents

Class CaptureSnapshotCommandSettings

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

Format

Gets or sets the format

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

Property Value

string