Uses of Class
org.openqa.selenium.devtools.v101.tracing.model.MemoryDumpLevelOfDetail
-
Packages that use MemoryDumpLevelOfDetail Package Description org.openqa.selenium.devtools.v101.tracing.model -
-
Uses of MemoryDumpLevelOfDetail in org.openqa.selenium.devtools.v101.tracing.model
Methods in org.openqa.selenium.devtools.v101.tracing.model that return MemoryDumpLevelOfDetail Modifier and Type Method Description static MemoryDumpLevelOfDetailMemoryDumpLevelOfDetail. fromString(java.lang.String s)static MemoryDumpLevelOfDetailMemoryDumpLevelOfDetail. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MemoryDumpLevelOfDetail[]MemoryDumpLevelOfDetail. values()Returns an array containing the constants of this enum type, in the order they are declared.
-