From bf91698f1152eb8848387f3e2904dc8cba25b015 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Wed, 17 Feb 2016 14:18:15 -0500 Subject: [PATCH] ReadMe fix: download selenium-server using python --- integrations/selenium_grid/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/selenium_grid/ReadMe.md b/integrations/selenium_grid/ReadMe.md index a3fb67c1..2ad436fb 100644 --- a/integrations/selenium_grid/ReadMe.md +++ b/integrations/selenium_grid/ReadMe.md @@ -6,7 +6,7 @@ The Selenium Grid Hub allows you to distribute tests to run in parallel across m First, download the latest selenium-server-standalone jar file to this folder (integrations/selenium_grid): ```bash -./download_selenium +python download_selenium.py ``` Now you can start up the Grid Hub: ```bash