Skip to content

Commit bf91698

Browse files
committed
ReadMe fix: download selenium-server using python
1 parent d4303b0 commit bf91698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/selenium_grid/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Selenium Grid Hub allows you to distribute tests to run in parallel across m
66

77
First, download the latest selenium-server-standalone jar file to this folder (integrations/selenium_grid):
88
```bash
9-
./download_selenium
9+
python download_selenium.py
1010
```
1111
Now you can start up the Grid Hub:
1212
```bash

0 commit comments

Comments
 (0)