Uses of Enum Class
org.openqa.selenium.devtools.v141.tracing.model.StreamCompression
Packages that use StreamCompression
-
Uses of StreamCompression in org.openqa.selenium.devtools.v141.tracing.model
Methods in org.openqa.selenium.devtools.v141.tracing.model that return StreamCompressionModifier and TypeMethodDescriptionstatic StreamCompressionStreamCompression.fromString(String s) static StreamCompressionReturns the enum constant of this class with the specified name.static StreamCompression[]StreamCompression.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 StreamCompressionModifier and TypeMethodDescriptionTracingComplete.getStreamCompression()Compression format of returned stream.