Update the docs

This commit is contained in:
Michael Mintz 2020-07-07 21:13:21 -04:00
parent 5edf45a8eb
commit f1cc84d607
2 changed files with 4 additions and 4 deletions

View File

@ -180,10 +180,10 @@ element.submit()
As you can see, the old WebDriver way is very bad!
Use SeleniumBase to make testing much easier!
(<i>You can still use ``self.driver`` in your code.</i>)
(You can still use ``self.driver`` in your code.)
<h4>Run tests with ``pytest`` or ``nosetests`` in any browser:</h4>
(<i>Using **pytest** is recommended. **Chrome** is the default browser.</i>)
* Run tests with ``pytest`` or ``nosetests`` in any browser:
(**pytest** is recommended. **Chrome** is the default browser.)
```bash
pytest my_first_test.py --browser=chrome

View File

@ -80,6 +80,6 @@
```
- uses: actions/upload-artifact@v2
with:
name: Click here to download SeleniumBase presentation!
name: Click to download the presentation
path: saved_presentations/my_presentation.html
```