diff --git a/RoboFile.php b/RoboFile.php index 9e4a78e..eb66bca 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -147,7 +147,7 @@ class RoboFile extends \Robo\Tasks { $this->say('Downloading Selenium Server, this may take a while.'); $this->taskExec('wget') - ->arg('http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar') + ->arg('http://selenium-release.storage.googleapis.com/2.46/selenium-server-standalone-2.46.0.jar') ->arg('-O selenium-server-standalone.jar') ->printed(false) ->run();