We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55ba87 commit 08e501eCopy full SHA for 08e501e
test/selenium-init.js
@@ -279,11 +279,18 @@ function downloadChromeDriver() {
279
});
280
}
281
282
+// Download Selenium server
283
+
284
+function downloadSeleniumServer() {
285
+ return wget(destDir, 'https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar');
286
+}
287
288
module.exports = {
289
downloadFirefoxNightly: downloadFirefoxNightly,
290
downloadFirefoxRelease: downloadFirefoxRelease,
291
downloadFirefoxBeta: downloadFirefoxBeta,
292
downloadFirefoxAurora: downloadFirefoxAurora,
293
downloadChromiumNightly: downloadChromiumNightly,
294
downloadChromeDriver: downloadChromeDriver,
295
+ downloadSeleniumServer: downloadSeleniumServer,
296
};
0 commit comments