Table of Contents

Class CaptureScreenshotCommandResponse

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

Response for Capture page screenshot.

public sealed class CaptureScreenshotCommandResponse : ICommandResponse<CaptureScreenshotCommandSettings>, ICommandResponse
Inheritance
CaptureScreenshotCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Data

Base64-encoded image data.

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

Property Value

string