Uses of Class
org.openqa.selenium.devtools.v112.emulation.Emulation.SetEmulatedVisionDeficiencyType
-
Packages that use Emulation.SetEmulatedVisionDeficiencyType Package Description org.openqa.selenium.devtools.v112.emulation -
-
Uses of Emulation.SetEmulatedVisionDeficiencyType in org.openqa.selenium.devtools.v112.emulation
Methods in org.openqa.selenium.devtools.v112.emulation that return Emulation.SetEmulatedVisionDeficiencyType Modifier and Type Method Description static Emulation.SetEmulatedVisionDeficiencyTypeEmulation.SetEmulatedVisionDeficiencyType. fromString(java.lang.String s)static Emulation.SetEmulatedVisionDeficiencyTypeEmulation.SetEmulatedVisionDeficiencyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Emulation.SetEmulatedVisionDeficiencyType[]Emulation.SetEmulatedVisionDeficiencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v112.emulation with parameters of type Emulation.SetEmulatedVisionDeficiencyType Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Emulation. setEmulatedVisionDeficiency(Emulation.SetEmulatedVisionDeficiencyType type)Emulates the given vision deficiency.
-