6.2 Aside: Upgrading Selenium and Geckodriver

This commit is contained in:
Jason Zhu 2020-11-09 15:58:51 +11:00
parent 81069c3f88
commit 80c26c12ed

View File

@ -38,4 +38,11 @@ or
```
python manage.py test lists
```
```
## 6.2 Aside: Upgrading Selenium and Geckodriver
Sometimes, mismatch between firefox and (Selenium + Geckodriver) may result failure in test, as firefox may auto upgrade itself at night. Upgrade Selenium + Geckodriver as follow:
1. `pip install --upgrade selenium`
2. Download new geckodriver