Method: Selenium::Rake::ServerTask#background

Defined in:
lib/selenium/rake/server_task.rb

#backgroundObject Also known as: background?

Whether we should detach from the server process. Default: true



72
73
74
# File 'lib/selenium/rake/server_task.rb', line 72

def background
  @background
end