Skip to content
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

[🚀 Feature]: Selenium Manager downloads fixed version of Edge browser (Rust) #11683

Closed
bonigarcia opened this issue Feb 20, 2023 · 2 comments · Fixed by #12835
Closed

[🚀 Feature]: Selenium Manager downloads fixed version of Edge browser (Rust) #11683

bonigarcia opened this issue Feb 20, 2023 · 2 comments · Fixed by #12835

Comments

@bonigarcia
Copy link
Member

Feature and motivation

The next major feature to be implemented in Selenium Manager is the automated management (download, cache) of the principal browsers nowadays: Chrome, Firefox, and Edge.

This issue gets track of the implementation of this feature for managing a given version of Edge (e.g., 101) on the Rust side.

Usage example

selenium-manager --browser edge --browser-version 101 --resolve-browser
@github-actions
Copy link

@bonigarcia, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@titusfortner titusfortner moved this to Medium in Selenium Manager Feb 21, 2023
@bonigarcia bonigarcia moved this from Medium to In Progress in Selenium Manager Aug 20, 2023
@bonigarcia bonigarcia moved this from In Progress to Medium in Selenium Manager Aug 20, 2023
@diemol diemol moved this from Medium to High in Selenium Manager Sep 8, 2023
@bonigarcia bonigarcia moved this from High to In Progress in Selenium Manager Sep 22, 2023
@titusfortner titusfortner added this to the 4.14 milestone Oct 6, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Selenium Manager Oct 7, 2023
titusfortner added a commit that referenced this issue Oct 7, 2023
* [rust] Automated Edge management (macOS) (#11681)

* [rust] Check also unstable versions for Edge management

* [rust] Include logic to check fixed versions of Edge

* [rust] Get browser url again if empty

* [rust] Include logic for stable label

* [rust] Automated Edge management (Linux) (#11681 and #11683)

* [rust] Fix paths used to extract edge

* [rust] Clean extract label and fix searched version

* [rust] Refactor logic for downloading browsers in a common function

* [rust] Install Edge in Windows through the MSI installer

* [rust] Check admin permissions in Windows before downloading MSI installer

* [rust] Use browser version in functions for requesting online repos

* [rust] Refactor common logic when unavailable download or discovery

* [rust] Fix condition checking Firefox nightly in mac

* [rust] Update cargo bazel lock file

* [rust] Separate function to ensure empty parent path before moving files

---------

Co-authored-by: titusfortner <[email protected]>
Co-authored-by: Titus Fortner <[email protected]>
aguspe pushed a commit to aguspe/selenium that referenced this issue Oct 22, 2023
…) (SeleniumHQ#12835)

* [rust] Automated Edge management (macOS) (SeleniumHQ#11681)

* [rust] Check also unstable versions for Edge management

* [rust] Include logic to check fixed versions of Edge

* [rust] Get browser url again if empty

* [rust] Include logic for stable label

* [rust] Automated Edge management (Linux) (SeleniumHQ#11681 and SeleniumHQ#11683)

* [rust] Fix paths used to extract edge

* [rust] Clean extract label and fix searched version

* [rust] Refactor logic for downloading browsers in a common function

* [rust] Install Edge in Windows through the MSI installer

* [rust] Check admin permissions in Windows before downloading MSI installer

* [rust] Use browser version in functions for requesting online repos

* [rust] Refactor common logic when unavailable download or discovery

* [rust] Fix condition checking Firefox nightly in mac

* [rust] Update cargo bazel lock file

* [rust] Separate function to ensure empty parent path before moving files

---------

Co-authored-by: titusfortner <[email protected]>
Co-authored-by: Titus Fortner <[email protected]>
Copy link

github-actions bot commented Dec 3, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants