shadowmoose / pyderman

Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
MIT License
29 stars 11 forks source link

Updates to Edge driver enhancements #24

Closed bandophahita closed 2 years ago

bandophahita commented 2 years ago

Updates #23 to download the true latest version for each OS while still maintaining the ability to download the latest "stable" version. Also added unittests for edge.

shadowmoose commented 2 years ago

Thanks for the changes. I like the "stable" keyword. Not sure it'll work for every other driver, but it's something worth considering in the future. Thanks for the changes.

bandophahita commented 2 years ago

I only used stable to reflect the original 'latest'. Technically speaking latest is a few versions ahead of stable. I only wish the folks in charge of hosting edge webdriver had matched the scheme that chromedriver uses.