Table of Contents

Class ResponseReceivedEventArgs

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

Fired when HTTP response is available.

public sealed class ResponseReceivedEventArgs : EventArgs
Inheritance
ResponseReceivedEventArgs
Inherited Members

Properties

FrameId

Frame identifier.

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FrameId { get; set; }

Property Value

string

HasExtraInfo

Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.

[JsonPropertyName("hasExtraInfo")]
public bool HasExtraInfo { get; set; }

Property Value

bool

LoaderId

Loader identifier. Empty string if the request is fetched from worker.

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

RequestId

Request identifier.

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

Property Value

string

Response

Response data.

[JsonPropertyName("response")]
public Response Response { get; set; }

Property Value

Response

Timestamp

Timestamp.

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double

Type

Resource type.

[JsonPropertyName("type")]
public ResourceType Type { get; set; }

Property Value

ResourceType