Class TracingComplete

java.lang.Object
org.openqa.selenium.devtools.v85.tracing.model.TracingComplete

public class TracingComplete extends Object
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
  • Constructor Details

  • Method Details

    • getDataLossOccurred

      public Boolean getDataLossOccurred()
      Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around.
    • getStream

      public Optional<StreamHandle> getStream()
      A handle of the stream that holds resulting trace data.
    • getTraceFormat

      public Optional<StreamFormat> getTraceFormat()
      Trace data format of returned stream.
    • getStreamCompression

      public Optional<StreamCompression> getStreamCompression()
      Compression format of returned stream.