| Class | Selenium::Rake::RemoteControlStopTask |
| In: |
lib/selenium/rake/remote_control_stop_task.rb
|
| Parent: | Object |
Rake task to stop a Selenium Remote Control Server
Selenium::Rake::RemoteControlStopTask.new do |rc|
rc.host = "localhost" rc.port = 4444 rc.timeout_in_seconds = 3 * 60
end
| host | [RW] | |
| port | [RW] | |
| shutdown_command | [RW] | |
| timeout_in_seconds | [RW] | |
| wait_until_stopped | [RW] |