Table of Contents

Class ReleaseSnapshotCommandSettings

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

Releases layer snapshot captured by the back-end.

public sealed class ReleaseSnapshotCommandSettings : ICommand
Inheritance
ReleaseSnapshotCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SnapshotId

The id of the layer snapshot.

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

Property Value

string