Table of Contents

Class SnapshotCommandLogCommandResponse

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

Response for SnapshotCommandLog

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

Properties

CommandLog

Gets or sets the commandLog

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

Property Value

object[]