Update Selenium

This commit is contained in:
javier gomez 2015-07-29 18:21:47 +02:00
parent 4951f7af4a
commit 0910b638a6
1 changed files with 1 additions and 1 deletions

View File

@ -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();