- new features:
- automatic driver management (thanks to PR from SergeyPirogov)
- no more need to `set_driver`,
just use any command from `selene.tools`,
like `visit`, `s`, or `ss` and driver will be opened automatically,
and then closed automatically (unless you decide to set it manually via `set_driver`)
- includes automatic installation of needed drivers via [webdriver_manager](https://github.com/SergeyPirogov/webdriver_manager)