Table of Contents

Class MakeSnapshotResult

Namespace
Selenium.WebDriver.BiDi.Cdp.LayerTree
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record MakeSnapshotResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<MakeSnapshotResult>
Inheritance
EmptyResult
MakeSnapshotResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

MakeSnapshotResult(SnapshotId)

public MakeSnapshotResult(SnapshotId SnapshotId)

Parameters

SnapshotId SnapshotId

The id of the layer snapshot.

Properties

SnapshotId

The id of the layer snapshot.

public SnapshotId SnapshotId { get; init; }

Property Value

SnapshotId