class Playwright::Tracing

def stop_chunk(path: nil)

Stop the trace chunk. See [`method: Tracing.startChunk`] for more details about multiple trace chunks.
def stop_chunk(path: nil)
  wrap_impl(@impl.stop_chunk(path: unwrap_impl(path)))
end