MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

Added option to dynamically generate gecko driver mappings #98

Open zeeshanyshaikh opened 1 year ago

zeeshanyshaikh commented 1 year ago

If there is new update to gecko drivers, no need to manually maintain the mappings. This PR will scrape the "https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html" and get the latest mappings.

Let me know if this can be merged.