Table of Contents

Class ReplaySnapshotResult

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

Constructors

ReplaySnapshotResult(string)

public ReplaySnapshotResult(string DataURL)

Parameters

DataURL string

A data: URL for resulting image.

Properties

DataURL

A data: URL for resulting image.

public string DataURL { get; init; }

Property Value

string