Uses of Enum Class
org.openqa.selenium.devtools.v141.emulation.Emulation.SetEmulatedVisionDeficiencyType
Packages that use Emulation.SetEmulatedVisionDeficiencyType
-
Uses of Emulation.SetEmulatedVisionDeficiencyType in org.openqa.selenium.devtools.v141.emulation
Methods in org.openqa.selenium.devtools.v141.emulation that return Emulation.SetEmulatedVisionDeficiencyTypeModifier and TypeMethodDescriptionEmulation.SetEmulatedVisionDeficiencyType.fromString(String s) Returns the enum constant of this class with the specified name.Emulation.SetEmulatedVisionDeficiencyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.emulation with parameters of type Emulation.SetEmulatedVisionDeficiencyTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Emulation.setEmulatedVisionDeficiency(Emulation.SetEmulatedVisionDeficiencyType type) Emulates the given vision deficiency.