Table of Contents

Class CaptureSnapshotCommandResponse

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

Response for CaptureSnapshot

public sealed class CaptureSnapshotCommandResponse : ICommandResponse<CaptureSnapshotCommandSettings>, ICommandResponse
Inheritance
CaptureSnapshotCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Documents

Gets or sets the documents

[JsonPropertyName("documents")]
public DocumentSnapshot[] Documents { get; set; }

Property Value

DocumentSnapshot[]

Strings

Gets or sets the strings

[JsonPropertyName("strings")]
public string[] Strings { get; set; }

Property Value

string[]