class Playwright::AndroidExecution

def stop

def stop
  @device&.close
  @connection.stop
end