v3.1.0

mherrmann/heliumv3.1.0Jul 3, 2023by mherrmann

AI Summary

Resolves a compatibility issue between Selenium 3 and urllib3 versions 2.0 and above.

Key Highlights

  • Fixes ValueError related to urllib3 timeout configuration
  • Restores functionality for users with urllib3 >= 2

Full Release Notes

`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`.