class Playwright::Video

def save_as(path)

def save_as(path)
  wait_for_artifact_and do |artifact|
    artifact.save_as(path)
  end
end