Table of Contents

Class SnapshotCommandLogResult

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

Constructors

SnapshotCommandLogResult(ImmutableArray<JsonElement>)

public SnapshotCommandLogResult(ImmutableArray<JsonElement> CommandLog)

Parameters

CommandLog ImmutableArray<JsonElement>

The array of canvas function calls.

Properties

CommandLog

The array of canvas function calls.

public ImmutableArray<JsonElement> CommandLog { get; init; }

Property Value

ImmutableArray<JsonElement>