Confirmed users
9,511
edits
Line 133: | Line 133: | ||
# Stop the Selenium hub by running <code>sudo initctl stop selenium</code> | # Stop the Selenium hub by running <code>sudo initctl stop selenium</code> | ||
# Download the new Selenium server by running the following, replacing the version numbers as appropriate: | # Download the new Selenium server by running the following, replacing the version numbers as appropriate: | ||
#* <code>sudo wget -P /opt/selenium <nowiki>http://selenium-release.storage.googleapis.com/2. | #* <code>sudo wget -P /opt/selenium <nowiki>http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar</nowiki></code> | ||
# Update the Selenium version in <code>/etc/init/selenium.conf</code> | # Update the Selenium version in <code>/etc/init/selenium.conf</code> | ||
# Start the Selenium hub by running <code>sudo initctl start selenium</code> | # Start the Selenium hub by running <code>sudo initctl start selenium</code> |