ReadMe fix: download selenium-server using python

This commit is contained in:
Michael Mintz 2016-02-17 14:18:15 -05:00
parent d4303b0ee2
commit bf91698f11
1 changed files with 1 additions and 1 deletions

View File

@ -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