# File lib/selenium/rake/remote_control_stop_task.rb, line 16
16:       def initialize(name = 'selenium:rc:stop''selenium:rc:stop')
17:         @host = "localhost"
18:         @name = name
19:         @port = 4444
20:         @timeout_in_seconds = nil
21:         @shutdown_command = nil
22:         @wait_until_stopped = true
23:         yield self if block_given?
24:         define
25:       end