Table of Contents

Class MakeSnapshotCommandSettings

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

MakeSnapshot

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

Gets or sets the layerId

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

Property Value

string