Table of Contents

Class RequestPattern

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

RequestPattern

public sealed class RequestPattern
Inheritance
RequestPattern
Inherited Members

Properties

RequestStage

requestStage

[JsonPropertyName("requestStage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RequestStage? RequestStage { get; set; }

Property Value

RequestStage?

ResourceType

resourceType

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

Property Value

ResourceType?

UrlPattern

urlPattern

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

Property Value

string