Table of Contents

Class SetAcceptedEncodingsCommandSettings

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

SetAcceptedEncodings

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

Gets or sets the encodings

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

Property Value

ContentEncoding[]