Table of Contents

Class SetRequestInterceptionCommandSettings

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

SetRequestInterception

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

Gets or sets the patterns

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

Property Value

RequestPattern[]