Table of Contents

Class GetSnapshotCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.DOMSnapshot
Assembly
WebDriver.dll

Response for GetSnapshot

public sealed class GetSnapshotCommandResponse : ICommandResponse<GetSnapshotCommandSettings>, ICommandResponse
Inheritance
GetSnapshotCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ComputedStyles

Gets or sets the computedStyles

[JsonPropertyName("computedStyles")]
public ComputedStyle[] ComputedStyles { get; set; }

Property Value

ComputedStyle[]

DomNodes

Gets or sets the domNodes

[JsonPropertyName("domNodes")]
public DOMNode[] DomNodes { get; set; }

Property Value

DOMNode[]

LayoutTreeNodes

Gets or sets the layoutTreeNodes

[JsonPropertyName("layoutTreeNodes")]
public LayoutTreeNode[] LayoutTreeNodes { get; set; }

Property Value

LayoutTreeNode[]