-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 latest version of Edge browser (Rust) #11681
Labels
Milestone
Comments
bonigarcia
added a commit
that referenced
this issue
Sep 19, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 24, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 24, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 27, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 27, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 27, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 27, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 27, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 27, 2023
8 tasks
bonigarcia
added a commit
that referenced
this issue
Sep 30, 2023
bonigarcia
added a commit
that referenced
this issue
Sep 30, 2023
bonigarcia
added a commit
that referenced
this issue
Oct 3, 2023
bonigarcia
added a commit
that referenced
this issue
Oct 3, 2023
bonigarcia
added a commit
that referenced
this issue
Oct 6, 2023
bonigarcia
added a commit
that referenced
this issue
Oct 6, 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]>
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 downloading the latest version of Edge on the Rust side.
Usage example
The text was updated successfully, but these errors were encountered: