6.2 Aside: Upgrading Selenium and Geckodriver
This commit is contained in:
parent
81069c3f88
commit
80c26c12ed
@ -39,3 +39,10 @@ or
|
|||||||
```
|
```
|
||||||
python manage.py test lists
|
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
|
Loading…
x
Reference in New Issue
Block a user