Fix urllib3 error
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
.