Table of Contents

Class RequestPattern

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

RequestPattern

public sealed class RequestPattern
Inheritance
RequestPattern
Inherited Members

Properties

InterceptionStage

interceptionStage

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

Property Value

InterceptionStage?

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