shadowmoose / pyderman

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

Edge was stopped distributing for mac? #16

Closed eggplants closed 2 years ago

eggplants commented 2 years ago

I found tests for mac were failed in the latest commit. https://github.com/shadowmoose/pyderman/actions/runs/2218801028

This is because the latest version (102.0.1236.0, beta channel) of EdgeDriver does not distribute a build for mac. Was it terminated up to 102.0.1235.0? Or is it simply that the Mac version is not yet available to the public?

shadowmoose commented 2 years ago

Interesting, I'm unsure why they wouldn't have a build for the latest release, but it's pretty annoying that this is the case.

shadowmoose commented 2 years ago

This appears to have been resolved by their release, so I'm going to close this for now.