This version provides minor fixes. This version was written and tested on Python 3.9.4
Fixes
- Fixed an issue with incorrect unpack of some drivers If no name was given for the driver
1.5.0
This version provides innovations and minor improvements. This version was written and tested on Python 3.9.4
New
- Added support for different names of Selenium webdriver binary. - Added detailed return to main function - Added lighter function call
Fixes
- Fixed an issue with incorrect detection of system bitness.
1.4.0
This version provides innovations and minor fixes. This version was written and tested on Python 3.9.4
New
- Added edgedriver support - Added support for downloading different OS bit (x86 / x64)
1.3.1
This version provides minor fixes. This version was written and tested on Python 3.9.4
Fixes
- Fixed an issue with incorrect checking of the given path
1.3.0
This version provides innovations and minor fixes. This version was written and tested on Python 3.9.4
New
- Added support for geckodriver - Added support for operadriver
Fixes
- Fixed an error when chromedriver wasnt in the specific folder and parameter "check_driver_is_up_to_date" was True
1.2.0
This version provides innovations and minor fixes. This version was written and tested on Python 3.9.4
New
- Added additional parameter "check_driver_is_up_to_date" for checking chromedriver version before and after updating. - Added additional parameter "info_message" for disabling info messages during installation or updating. - Added additional info messages to some functions