Table of Contents

Class StreamResourceContentCommandResponse

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

Response for Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming.

public sealed class StreamResourceContentCommandResponse : ICommandResponse<StreamResourceContentCommandSettings>, ICommandResponse
Inheritance
StreamResourceContentCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BufferedData

Data that has been buffered until streaming is enabled.

[JsonPropertyName("bufferedData")]
public string BufferedData { get; set; }

Property Value

string