require 'selenium/rake/server_task' Selenium::Rake::ServerTask.new(:server) do |t| t.version = :latest t.background t.log = 'false' t.port = 4444 end