From 0910b638a612adb7057292f38ac3e814d9fad4e0 Mon Sep 17 00:00:00 2001 From: javier gomez Date: Wed, 29 Jul 2015 18:21:47 +0200 Subject: [PATCH] Update Selenium --- RoboFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();