-
-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DEFECT] Incorrect LATEST_STABLE build version link for Edge on Linux in webdriver_manager=3.5.0 #242
Comments
@rsavu98 please provide more details
I will try to reproduce on virtual machine and find a solution if there is an issue. |
Hi @aleksandr-kotlyar, thanks for a quick reply!
I copied the link from the error above and here's the result. |
@rsavu98 how do you check edge version at ubuntu? What command do you use? Upd: and how do you install them? What commands |
@aleksandr-kotlyar I check the Edge version in the Settings of the browser. |
- Feature: finding EdgeDriver version for MAC & LINUX depends on MSEdge browser version and OS type (Closes SergeyPirogov#243, SergeyPirogov#242) - Fix: Add rights to execute edgedriver binary on linux. - Test Coverage: More tests for EdgeDriver & testing on LINUX/MAC in CI. - bump version to 3.5.2 - delete requirements.txt
…version and OS type - Feature: finding EdgeDriver version for MAC & LINUX depends on MSEdge browser version and OS type (Closes SergeyPirogov#243, SergeyPirogov#242) - Fix: Add rights to execute edgedriver binary on linux. - Test Coverage: More tests for EdgeDriver & testing on LINUX/MAC in CI. - delete requirements.txt
…version and OS type (#249) - Feature: finding EdgeDriver version for MAC & LINUX depends on MSEdge browser version and OS type (Closes #243, #242) - Fix: Add rights to execute edgedriver binary on linux. - Test Coverage: More tests for EdgeDriver & testing on LINUX/MAC in CI. - delete requirements.txt
…version and OS type (SergeyPirogov#249) - Feature: finding EdgeDriver version for MAC & LINUX depends on MSEdge browser version and OS type (Closes SergeyPirogov#243, SergeyPirogov#242) - Fix: Add rights to execute edgedriver binary on linux. - Test Coverage: More tests for EdgeDriver & testing on LINUX/MAC in CI. - delete requirements.txt
@aleksandr-kotlyar, thanks a lot for a quick fix! It works now. |
Code from driver.py
Currently, there are only Beta and Dev versions available for Linux, but the latest_release_url points to the latest stable build version which is not available for Linux.
It should be either
latest_release_url = "https://msedgedriver.azureedge.net/LATEST_BETA"
orlatest_release_url = "https://msedgedriver.azureedge.net/LATEST_DEV"
since only these Edge builds are available for Linux.Please let me know if you need any more details. I'll be happy to provide them.
Thanks
The text was updated successfully, but these errors were encountered: