Table of Contents

Class ReplaySnapshotCommandResponse

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

Response for Replays the layer snapshot and returns the resulting bitmap.

public sealed class ReplaySnapshotCommandResponse : ICommandResponse<ReplaySnapshotCommandSettings>, ICommandResponse
Inheritance
ReplaySnapshotCommandResponse
Implements
Inherited Members
Extension Methods

Properties

DataURL

A data: URL for resulting image.

[JsonPropertyName("dataURL")]
public string DataURL { get; set; }

Property Value

string