Table of Contents

Class SnapshotCommandLogCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.LayerTree
Assembly
WebDriver.dll

SnapshotCommandLog

public sealed class SnapshotCommandLogCommandSettings : ICommand
Inheritance
SnapshotCommandLogCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SnapshotId

Gets or sets the snapshotId

[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }

Property Value

string