Uses of Class
org.openqa.selenium.devtools.v96.emulation.model.DisabledImageType
-
Packages that use DisabledImageType Package Description org.openqa.selenium.devtools.v96.emulation org.openqa.selenium.devtools.v96.emulation.model -
-
Uses of DisabledImageType in org.openqa.selenium.devtools.v96.emulation
Method parameters in org.openqa.selenium.devtools.v96.emulation with type arguments of type DisabledImageType Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Emulation. setDisabledImageTypes(java.util.List<DisabledImageType> imageTypes) -
Uses of DisabledImageType in org.openqa.selenium.devtools.v96.emulation.model
Methods in org.openqa.selenium.devtools.v96.emulation.model that return DisabledImageType Modifier and Type Method Description static DisabledImageTypeDisabledImageType. fromString(java.lang.String s)static DisabledImageTypeDisabledImageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DisabledImageType[]DisabledImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-