Table of Contents

Class LoadSnapshotCommandResponse

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

Response for Returns the snapshot identifier.

public sealed class LoadSnapshotCommandResponse : ICommandResponse<LoadSnapshotCommandSettings>, ICommandResponse
Inheritance
LoadSnapshotCommandResponse
Implements
Inherited Members
Extension Methods

Properties

SnapshotId

The id of the snapshot.

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

Property Value

string