Table of Contents

Class SetExtraHTTPHeadersCommandSettings

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

Specifies whether to always send extra HTTP headers with the requests from this page.

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

Map with extra HTTP headers.

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

Property Value

Headers