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