Uses of Enum Class
org.openqa.selenium.devtools.v141.emulation.model.DisabledImageType
Packages that use DisabledImageType
Package
Description
-
Uses of DisabledImageType in org.openqa.selenium.devtools.v141.emulation
Method parameters in org.openqa.selenium.devtools.v141.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.v141.emulation.model
Methods in org.openqa.selenium.devtools.v141.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.