- Add support for Django and Flask Splinter browsers, that don't have a driver attribute `146 <https://github.com/pytest-dev/pytest-splinter/issues/146>`_ (michelts)
2.0.1
-----
- Address compatibility with pytest >= 4
2.0.0
-----
- Bump minimum splinter version to 0.9.0 (jsfehler) - Remove phantomjs support. (jsfehler)
1.9.1
-----
- Fix utf-8 decode warnings when taking screenshots with pytest-xdist active `108 <https://github.com/pytest-dev/pytest-splinter/issues/108>`_ (jsfehler)
1.9.0
-----
- Use getfixturevalue instead of getfuncargvalue `97 <https://github.com/pytest-dev/pytest-splinter/issues/97>`_ (pelme)
- Added Chrome headless support (miohtama)
1.8.6
-----
- Fix screenshots not being taken when used with xdist (youtux)