Uses of Enum Class
org.openqa.selenium.devtools.v141.tracing.model.StreamFormat
Packages that use StreamFormat
-
Uses of StreamFormat in org.openqa.selenium.devtools.v141.tracing.model
Methods in org.openqa.selenium.devtools.v141.tracing.model that return StreamFormatModifier and TypeMethodDescriptionstatic StreamFormatStreamFormat.fromString(String s) static StreamFormatReturns the enum constant of this class with the specified name.static StreamFormat[]StreamFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.tracing.model that return types with arguments of type StreamFormatModifier and TypeMethodDescriptionTracingComplete.getTraceFormat()Trace data format of returned stream.