Table of Contents

Class SetBlockedURLsCommandSettings

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

SetBlockedURLs

public sealed class SetBlockedURLsCommandSettings : ICommand
Inheritance
SetBlockedURLsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

UrlPatterns

Gets or sets the urlPatterns

[JsonPropertyName("urlPatterns")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BlockPattern[]? UrlPatterns { get; set; }

Property Value

BlockPattern[]

Urls

Gets or sets the urls

[JsonPropertyName("urls")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[]? Urls { get; set; }

Property Value

string[]