Uses of Enum Class
org.openqa.selenium.devtools.v128.emulation.model.PressureState
Packages that use PressureState
Package
Description
-
Uses of PressureState in org.openqa.selenium.devtools.v128.emulation
Methods in org.openqa.selenium.devtools.v128.emulation with parameters of type PressureStateModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>Emulation.setPressureStateOverride(PressureSource source, PressureState state) Provides a given pressure state that will be processed and eventually be delivered to PressureObserver users. -
Uses of PressureState in org.openqa.selenium.devtools.v128.emulation.model
Methods in org.openqa.selenium.devtools.v128.emulation.model that return PressureStateModifier and TypeMethodDescriptionstatic PressureStatePressureState.fromString(String s) static PressureStateReturns the enum constant of this class with the specified name.static PressureState[]PressureState.values()Returns an array containing the constants of this enum class, in the order they are declared.