Uses of Enum Class
org.openqa.selenium.devtools.v141.memory.model.PressureLevel
Packages that use PressureLevel
Package
Description
-
Uses of PressureLevel in org.openqa.selenium.devtools.v141.memory
Methods in org.openqa.selenium.devtools.v141.memory with parameters of type PressureLevelModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Memory.simulatePressureNotification(PressureLevel level) Simulate a memory pressure notification in all processes. -
Uses of PressureLevel in org.openqa.selenium.devtools.v141.memory.model
Methods in org.openqa.selenium.devtools.v141.memory.model that return PressureLevelModifier and TypeMethodDescriptionstatic PressureLevelPressureLevel.fromString(String s) static PressureLevelReturns the enum constant of this class with the specified name.static PressureLevel[]PressureLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.