Uses of Class
org.openqa.selenium.devtools.v107.tracing.model.StreamFormat
-
Packages that use StreamFormat Package Description org.openqa.selenium.devtools.v107.tracing.model -
-
Uses of StreamFormat in org.openqa.selenium.devtools.v107.tracing.model
Methods in org.openqa.selenium.devtools.v107.tracing.model that return StreamFormat Modifier and Type Method Description static StreamFormatStreamFormat. fromString(java.lang.String s)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.Methods in org.openqa.selenium.devtools.v107.tracing.model that return types with arguments of type StreamFormat Modifier and Type Method Description java.util.Optional<StreamFormat>TracingComplete. getTraceFormat()Trace data format of returned stream.
-