Skip to content

Fix urllib3 error

Compare
Choose a tag to compare
@mherrmann mherrmann released this 03 Jul 06:30
· 56 commits to master since this release
054346f

start_chrome(...) failed with the following error:

ValueError: Timeout value connect was <object object at 0x...>, but it must be an int, float or None.

This happened because Selenium 3 depends on urllib3, but is incompatible with urllib3 >= 2.