Table of Contents

Class RequestWillBeSentEventArgs

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

RequestWillBeSent

public sealed class RequestWillBeSentEventArgs : EventArgs
Inheritance
RequestWillBeSentEventArgs
Inherited Members

Properties

DocumentURL

Gets or sets the documentURL

[JsonPropertyName("documentURL")]
public string DocumentURL { get; set; }

Property Value

string

FrameId

Gets or sets the frameId

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

Property Value

string

HasUserGesture

Gets or sets the hasUserGesture

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

Property Value

bool?

Initiator

Gets or sets the initiator

[JsonPropertyName("initiator")]
public Initiator Initiator { get; set; }

Property Value

Initiator

LoaderId

Gets or sets the loaderId

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

Property Value

string

RedirectResponse

Gets or sets the redirectResponse

[JsonPropertyName("redirectResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Response RedirectResponse { get; set; }

Property Value

Response

Request

Gets or sets the request

[JsonPropertyName("request")]
public Request Request { get; set; }

Property Value

Request

RequestId

Gets or sets the requestId

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

Property Value

string

Timestamp

Gets or sets the timestamp

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

Property Value

double

Type

Gets or sets the type

[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ResourceType? Type { get; set; }

Property Value

ResourceType?

WallTime

Gets or sets the wallTime

[JsonPropertyName("wallTime")]
public double WallTime { get; set; }

Property Value

double