# File lib/selenium/remote_control/remote_control.rb, line 28 28: def stop 29: Net::HTTP.get(@host, "/selenium-server/driver/?cmd=#{shutdown_command}", @port) 30: end