Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.5.2 - Minor changes and fixes #1452

Merged
merged 1 commit into from
Aug 9, 2023
Merged

3.5.2 - Minor changes and fixes #1452

merged 1 commit into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. 3.5.2 - Minor changes and fixes

    * removed search paths for Chrome Canary and Chrome Beta from find_chrome_executable()
        since chromedriver is always behind schedule so that means a driver for newer versions than current main could not be found and raises Exception.
    
    * Changed/Fixed wrong binary version caused by patcher.
      Due to multi-threading people and a mistake fromy my side,
      the driver binary currently on disk was always used instead of getting new ones. even if you did not use multithreading.
      so even outdated binaries where kept!
      for multithreading people, it now only keeps the most recent binary and throws away others.
      for normal people, you will get the binary you deserve ;)
    
    * Added more descriptive exceptions when Chrome binary could not be found origin
      no connection could be made to Chrome.
    
    * some stuff i forgot
    unknown committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    44c5ea7 View commit details
    Browse the repository at this point in the history