Table of Contents

Class SetExtraHTTPHeadersCommandSettings

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

SetExtraHTTPHeaders

public sealed class SetExtraHTTPHeadersCommandSettings : ICommand
Inheritance
SetExtraHTTPHeadersCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Headers

Gets or sets the headers

[JsonPropertyName("headers")]
public Headers Headers { get; set; }

Property Value

Headers