Table of Contents

Class MakeSnapshotCommandSettings

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

Returns the layer snapshot identifier.

public sealed class MakeSnapshotCommandSettings : ICommand
Inheritance
MakeSnapshotCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

LayerId

The id of the layer.

[JsonPropertyName("layerId")]
public string LayerId { get; set; }

Property Value

string