class Playwright::Connection

def stop

def stop
  @transport.stop
  cleanup
end