Table of Contents

Class SnapshotCommandLogCommandResponse

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

Response for Replays the layer snapshot and returns canvas log.

public sealed class SnapshotCommandLogCommandResponse : ICommandResponse<SnapshotCommandLogCommandSettings>, ICommandResponse
Inheritance
SnapshotCommandLogCommandResponse
Implements
Inherited Members
Extension Methods

Properties

CommandLog

The array of canvas function calls.

[JsonPropertyName("commandLog")]
public object[] CommandLog { get; set; }

Property Value

object[]