Table of Contents

Class ReadCommandSettings

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

Read

public sealed class ReadCommandSettings : ICommand
Inheritance
ReadCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Handle

Gets or sets the handle

[JsonPropertyName("handle")]
public string Handle { get; set; }

Property Value

string

Offset

Gets or sets the offset

[JsonPropertyName("offset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Offset { get; set; }

Property Value

long?

Size

Gets or sets the size

[JsonPropertyName("size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Size { get; set; }

Property Value

long?