diff --git a/tasks/config/downloadSelenium.js b/tasks/config/downloadSelenium.js index d69fa8d406276..d337d89ba7740 100644 --- a/tasks/config/downloadSelenium.js +++ b/tasks/config/downloadSelenium.js @@ -5,9 +5,9 @@ module.exports = function (grunt) { return { options: { selenium: { - filename: 'selenium-server-standalone-2.48.2.jar', - server: 'https://selenium-release.storage.googleapis.com/2.48/', - md5: 'b2784fc67c149d3c13c83d2108104689', + filename: 'selenium-server-standalone-2.53.0.jar', + server: 'https://selenium-release.storage.googleapis.com/2.53/', + md5: '774efe2d84987fb679f2dea038c2fa32', directory: path.join(grunt.config.get('root'), 'selenium') } } diff --git a/tasks/config/run.js b/tasks/config/run.js index cb4590d7ad4ed..0739bdc44128d 100644 --- a/tasks/config/run.js +++ b/tasks/config/run.js @@ -88,7 +88,7 @@ module.exports = function (grunt) { cmd: 'java', args: [ '-jar', - 'selenium/selenium-server-standalone-2.48.2.jar', + 'selenium/selenium-server-standalone-2.53.0.jar', '-port', uiConfig.servers.webdriver.port ] @@ -104,7 +104,7 @@ module.exports = function (grunt) { cmd: 'java', args: [ '-jar', - 'selenium/selenium-server-standalone-2.48.2.jar', + 'selenium/selenium-server-standalone-2.53.0.jar', '-port', uiConfig.servers.webdriver.port ] diff --git a/test/intern.js b/test/intern.js index c105c7001da73..dfedfe07b8944 100644 --- a/test/intern.js +++ b/test/intern.js @@ -5,7 +5,7 @@ define(function (require) { return _.assign({ debug: true, capabilities: { - 'selenium-version': '2.48.2', + 'selenium-version': '2.53.0', 'idle-timeout': 99 }, environments: [{