Uses of Enum Class
org.openqa.selenium.devtools.v141.tracing.model.TraceConfig.RecordMode
Packages that use TraceConfig.RecordMode
-
Uses of TraceConfig.RecordMode in org.openqa.selenium.devtools.v141.tracing.model
Methods in org.openqa.selenium.devtools.v141.tracing.model that return TraceConfig.RecordModeModifier and TypeMethodDescriptionstatic TraceConfig.RecordModeTraceConfig.RecordMode.fromString(String s) static TraceConfig.RecordModeReturns the enum constant of this class with the specified name.static TraceConfig.RecordMode[]TraceConfig.RecordMode.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 TraceConfig.RecordModeModifier and TypeMethodDescriptionTraceConfig.getRecordMode()Controls how the trace buffer stores data.Constructor parameters in org.openqa.selenium.devtools.v141.tracing.model with type arguments of type TraceConfig.RecordModeModifierConstructorDescriptionTraceConfig(Optional<TraceConfig.RecordMode> recordMode, Optional<Number> traceBufferSizeInKb, Optional<Boolean> enableSampling, Optional<Boolean> enableSystrace, Optional<Boolean> enableArgumentFilter, Optional<List<String>> includedCategories, Optional<List<String>> excludedCategories, Optional<List<String>> syntheticDelays, Optional<MemoryDumpConfig> memoryDumpConfig)