Table of Contents

Class SetDisabledImageTypesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.Emulation
Assembly
Selenium.WebDriver.dll

SetDisabledImageTypes

public sealed class SetDisabledImageTypesCommandSettings : ICommand
Inheritance
SetDisabledImageTypesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ImageTypes

Image types to disable.

[JsonPropertyName("imageTypes")]
public DisabledImageType[] ImageTypes { get; set; }

Property Value

DisabledImageType[]