helium
helium copied to clipboard
incompatible with latest selenium version
If you've experienced this error:
ValueError: Timeout value connect was <object object at >, but it must be an int, float or None
This worked for me:
pip uninstall urllib3
pip install urllib3==1.24.1