Uses of Enum Class
org.openqa.selenium.devtools.v150.emulation.model.DisabledImageType
Packages that use DisabledImageType
Package
Description
-
Uses of DisabledImageType in org.openqa.selenium.devtools.v150.emulation
Method parameters in org.openqa.selenium.devtools.v150.emulation with type arguments of type DisabledImageTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Emulation.setDisabledImageTypes(List<DisabledImageType> imageTypes) -
Uses of DisabledImageType in org.openqa.selenium.devtools.v150.emulation.model
Subclasses with type arguments of type DisabledImageType in org.openqa.selenium.devtools.v150.emulation.modelModifier and TypeClassDescriptionenumEnum of image types that can be disabled.Methods in org.openqa.selenium.devtools.v150.emulation.model that return DisabledImageTypeModifier and TypeMethodDescriptionstatic DisabledImageTypeDisabledImageType.fromString(String s) static DisabledImageTypeReturns the enum constant of this class with the specified name.static DisabledImageType[]DisabledImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.