Table of Contents

Class SetRequestInterceptionCommandSettings

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

Sets the requests to intercept that match the provided patterns and optionally resource types. Deprecated, please use Fetch.enable instead.

public sealed class SetRequestInterceptionCommandSettings : ICommand
Inheritance
SetRequestInterceptionCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Patterns

Requests matching any of these patterns will be forwarded and wait for the corresponding continueInterceptedRequest call.

[JsonPropertyName("patterns")]
public RequestPattern[] Patterns { get; set; }

Property Value

RequestPattern[]