Table of Contents

Class EnableCommandSettings

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

Enable

public sealed class EnableCommandSettings : ICommand
Inheritance
EnableCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

HandleAuthRequests

Gets or sets the handleAuthRequests

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

Property Value

bool?

Patterns

Gets or sets the patterns

[JsonPropertyName("patterns")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RequestPattern[] Patterns { get; set; }

Property Value

RequestPattern[]