Table of Contents

Class SetDisabledImageTypesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Emulation
Assembly
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

Gets or sets the imageTypes

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

Property Value

DisabledImageType[]