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