Table of Contents

Class ReadCommandResponse

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

Response for Read

public sealed class ReadCommandResponse : ICommandResponse<ReadCommandSettings>, ICommandResponse
Inheritance
ReadCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Base64Encoded

Gets or sets the base64Encoded

[JsonPropertyName("base64Encoded")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Base64Encoded { get; set; }

Property Value

bool?

Data

Gets or sets the data

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

Property Value

string

Eof

Gets or sets the eof

[JsonPropertyName("eof")]
public bool Eof { get; set; }

Property Value

bool