Table of Contents

Class StreamResourceContentCommandSettings

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

StreamResourceContent

public sealed class StreamResourceContentCommandSettings : ICommand
Inheritance
StreamResourceContentCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string