Uses of Class
org.openqa.selenium.devtools.tracing.model.StreamFormat
-
Packages that use StreamFormat Package Description org.openqa.selenium.devtools.tracing.model -
-
Uses of StreamFormat in org.openqa.selenium.devtools.tracing.model
Methods in org.openqa.selenium.devtools.tracing.model that return StreamFormat Modifier and Type Method Description static StreamFormatStreamFormat. fromString(java.lang.String s)StreamFormatTracingComplete. getTraceFormat()Trace data format of returned stream.static StreamFormatStreamFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreamFormat[]StreamFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.tracing.model with parameters of type StreamFormat Constructor Description TracingComplete(java.lang.Boolean dataLossOccurred, StreamHandle stream, StreamFormat traceFormat, StreamCompression streamCompression)
-