Table of Contents

Class CaptureSnapshotCommandResponse

Namespace
OpenQA.Selenium.DevTools.V147.Page
Assembly
Selenium.WebDriver.dll

Response for Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.

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

Properties

Data

Serialized page data.

[JsonPropertyName("data")]
public string Data { get; set; }

Property Value

string