mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.03k stars 1.51k forks source link

github api limit to retrieve geckodriver #2123

Closed bboycs closed 11 months ago

bboycs commented 11 months ago

As mention in the title. Is there any other mirror get geckodriver instead of github api ? current using webdriver-manager accross multiple machines (vm) which will hit github api call limit

whimboo commented 11 months ago

It's not expected that your infrastructure downloads the same binary over an over again. A cache should probably be used for it. I would suggest that you file an issue for https://github.com/bonigarcia/webdrivermanager.