Table of Contents

Class SetBlockedURLsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.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

Urls

Gets or sets the urls

[JsonPropertyName("urls")]
public string[] Urls { get; set; }

Property Value

string[]