Uses of Enum Class
org.openqa.selenium.devtools.v141.emulation.model.PressureState
Packages that use PressureState
Package
Description
-
Uses of PressureState in org.openqa.selenium.devtools.v141.emulation
Methods in org.openqa.selenium.devtools.v141.emulation with parameters of type PressureStateModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Emulation.setPressureDataOverride(PressureSource source, PressureState state, Optional<Number> ownContributionEstimate) Provides a given pressure data set that will be processed and eventually be delivered to PressureObserver users.static org.openqa.selenium.devtools.Command<Void> Emulation.setPressureStateOverride(PressureSource source, PressureState state) TODO: OBSOLETE: To remove when setPressureDataOverride is merged. -
Uses of PressureState in org.openqa.selenium.devtools.v141.emulation.model
Methods in org.openqa.selenium.devtools.v141.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.