Table of Contents

Class SetAcceptedEncodingsCommandSettings

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

Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted.

public sealed class SetAcceptedEncodingsCommandSettings : ICommand
Inheritance
SetAcceptedEncodingsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Encodings

List of accepted content encodings.

[JsonPropertyName("encodings")]
public ContentEncoding[] Encodings { get; set; }

Property Value

ContentEncoding[]