Uses of Class
org.openqa.selenium.devtools.tracing.model.StreamCompression
-
Packages that use StreamCompression Package Description org.openqa.selenium.devtools.tracing.model -
-
Uses of StreamCompression in org.openqa.selenium.devtools.tracing.model
Methods in org.openqa.selenium.devtools.tracing.model that return StreamCompression Modifier and Type Method Description static StreamCompression
StreamCompression. fromString(java.lang.String s)
static StreamCompression
StreamCompression. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StreamCompression[]
StreamCompression. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.tracing.model that return types with arguments of type StreamCompression Modifier and Type Method Description java.util.Optional<StreamCompression>
TracingComplete. getStreamCompression()
Compression format of returned stream.
-