breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms
https://pypi.org/project/chromedriver-py/
Apache License 2.0
50 stars 16 forks source link

Issue with update lag between Chrome and chromedriver-py #17

Closed lundstrj closed 2 years ago

lundstrj commented 2 years ago

Hello, sorry to bother you again.

My Google Chrome just now updated to Version 98.0.4758.102 (Official Build) (arm64) and there is a corresponding chromedriver in https://chromedriver.storage.googleapis.com/ but chromedriver-py has not yet been updated to include the new chromedriver.

I did see the readme section about github actions to trigger a new build for pushing a new version to pypi. I am guessing I'm not a developer and therefor cannot trigger the workflow.

Perhaps we have a way of running the workflow more often or ideally make it event driven, tied to whenever a new chrome release is made? (I'd also settle for being made a dev so I can trigger the workflow when necessary but I can understand how you'd prefer to keep the developer list short)

breuerfelix commented 2 years ago

okay we are on version 99 already ... i didnt thought that chrome is updating its library more than one time a day but it seems like they are doing this :D i will update so it runs every hour :) this should pick up all releases in time i guess :)

breuerfelix commented 2 years ago

okay the issue was somewhere else... due to semver... i will rewrite the updater so it updates any version that is not yet uploaded. right now it just always tries to upload the newest one :) your version should be online right now!

feel free to always create an issue if a version is missing, shouldn't happen again after i push my fix :)

lundstrj commented 2 years ago

Thank you for such a swift fix, much appreciated.