What's Changed
* Removed chrome install requirement, added support for arguments and replaced webdriver-manager with selenium's new built in chromedriver manager by RileyXX in https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/120
Notes:
Users upgrading to `v3.1.0` who are not using `webdriver-manager` in other projects can safely uninstall it using:
`
python -m pip uninstall webdriver-manager
`
See [pull request](https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/120) for more details about this version.
**Full Changelog**: https://github.com/RileyXX/IMDB-Trakt-Syncer/compare/v3.0.3...v3.1.0