[0.17.0]¶
Added parameter to DriverAPI.screenshot and ElementAPI.screenshot to indicate if unique filename should be ensured (https://github.com/cobrateam/splinter/pull/949)
Added Selenium 4 support
Backward incompatible changes¶
Removed python 2.7 support (https://github.com/cobrateam/splinter/pull/952)
Selenium 3 is no longer installed by default. To install Selenium 3, use the selenium3 extra argument
python -m pip install splinter[selenium3]