Fix proxy with auth and refresh Python dependencies
- Fix proxy with auth.
--> This resolves #1599 - Refresh Python dependencies.
--> Refresh Python dependencies - Add more retry time for failed driver downloads.
--> The driver manager now waits an extra two seconds. - Update documentation.
To proxy with authentication in tests, you can run pytest
with:
pytest --proxy="USER:PASS@SERVER:PORT"