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

Update edgechromium.py #55

Closed remontees closed 3 years ago

remontees commented 3 years ago

msedgedriver is now available for Linux configurations.

rasjani commented 3 years ago

Reverting this .. the storage for linux binaries does not show the linux zip files to be available ..

rasjani commented 3 years ago

and continuing here: https://github.com/rasjani/webdrivermanager/pull/57

remontees commented 3 years ago

Quite strange... The URL of the last version of the Edge webdriver for Linux is for example: https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/90.0.803.0/edgedriver_linux64.zip

rasjani commented 3 years ago

@remontees Issue was that the blobstorage is paginated - fixed with this: https://github.com/rasjani/webdrivermanager/pull/57/files#diff-a37a4e87058bfd0811e8b2bbfcd7625b42e410a6398c5f4ae09f6dfaa1d40862R70

and code that is now merged.

remontees commented 3 years ago

@remontees Issue was that the blobstorage is paginated - fixed with this: https://github.com/rasjani/webdrivermanager/pull/57/files#diff-a37a4e87058bfd0811e8b2bbfcd7625b42e410a6398c5f4ae09f6dfaa1d40862R70

and code that is now merged.

Yes it is, thanks for the fix.

Best regards