Selenium-driver-updater

Latest version: v6.0.3

Safety actively analyzes 630907 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 18

3.4.0

This version provides some innovations.
This version was written and tested on Python 3.9.5

New

- Added support for multiply driver filenames if multiply drivers were given.

Like:

list_drivers = [DriverUpdater.chromedriver, DriverUpdater.geckodriver, DriverUpdater.edgedriver]
filenames = ['chrometest', 'geckotest']

DriverUpdater.install(driver_name=list_drivers, filename=filenames)

3.3.1

This version provides some minor fixes.
This version was written and tested on Python 3.9.5

Fixes

- Fixed an issue with incorrect downloading and renaming phantomjs driver on Linux

3.3.0

This version provides some innovations and minor fixes.
This version was written and tested on Python 3.9.5

New

- Added support for some lower versions of Python (3.8 and lower).
If you are have some issues with library on lowers versions please report it in repository.

Fixes

- Fixed an issue if info_messages was False, but progress bar was not hidden.
- Fixed an issue with incorrect return of drivers path if multiply drivers were given.

3.2.1

This version provides some minor fixes.
This version was written and tested on Python 3.9.5

Fixes

- Fixed an issue with incorrect detection of phantomjs os bitness on Linux

3.2.0

This version provides some innovations and improvements.
This version was written and tested on Python 3.9.5

New

- Added support for PhantomJS
- Added properly comparing of latest and current version of library
- Added unit-tests by PhantomJS

Improvements

- Improved getting latest version of chrome browser
- Improved getting current version of drivers via its capabilities
- Improved overall code optimization
- Improved unit-tests by extractor and github_viewer

Fixes

- Fixed an issue with getting latest version of webdriver twice, if driver was not exists
- Fixed an issue with incorrect return of path, if chromedriver main version was not equals to chrome browser main version

3.1.0

This version provides some minor fixes.
This version was written and tested on Python 3.9.5

Fixes

- Fixed an issue "module 'os' has no attribute 'getuid'" on Windows

Operations

- Removed some duplicated code

Page 9 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.