Table of Contents

Class MakeSnapshotCommandResponse

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

Response for Returns the layer snapshot identifier.

public sealed class MakeSnapshotCommandResponse : ICommandResponse<MakeSnapshotCommandSettings>, ICommandResponse
Inheritance
MakeSnapshotCommandResponse
Implements
Inherited Members
Extension Methods

Properties

SnapshotId

The id of the layer snapshot.

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

Property Value

string