Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/selenium/starter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Selenium
class Starter
SELENIUM_SERVER_VERSION = "2.37.0"
SELENIUM_SERVER_VERSION = "2.39.0"

USAGE= <<-TEXT
Usage:
Expand All @@ -27,7 +27,7 @@ def run params
when /(-v)|(--version)/ then
puts "Version: #{Selenium::VERSION}"
when 'install' then
source = "http://selenium.googlecode.com/files/selenium-server-#{selenium_version}.zip"
source = "http://selenium-release.storage.googleapis.com/2.39/selenium-server-2.39.0.zip"
target = install_dir + "/selenium-server-#{selenium_version}.zip"

wrapper.install source, target
Expand Down