class Playwright::Transport

def stop

Terminate playwright-cli driver.
def stop
  [@stdin, @stdout, @stderr].each { |io| io.close unless io.closed? }
  @thread&.terminate
end