mherrmann/helium

incompatible with latest selenium version

Opened this issue · 1 comments

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