File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ Running browser tests with Selenium requires that both ``geckodriver`` and
1901901. Download the appropriate ``geckodriver `` and ``chromedriver `` for your
191191 OS and architecture (e.g., ``linux-64 ``).
1921922. Extract the downloaded files.
193- 3. Make the programs available on your system by copying the executables
194- to a directory included in your ``PATH ``. For example, on a typical
195- Linux system, this could be ``/usr/local/bin/geckodriver `` and
193+ 3. Make the programs available on your system by copying the executable
194+ files to a directory included in your ``PATH ``. For example, on a
195+ typical Linux system, this could be ``/usr/local/bin/geckodriver `` and
196196 ``/usr/local/bin/chromedriver ``.
197197
198198The Python dependencies for running Selenium tests are included as extra
You can’t perform that action at this time.
0 commit comments