Skip to content

Commit

Permalink
[build] Prepare for release of Selenium 4.25.0 (#14521)
Browse files Browse the repository at this point in the history
* Update pinned browser versions

* Update selenium manager version

* FIX CHANGELOGS BEFORE MERGING!

Update versions and change logs to release Selenium 4.25.0

* [ci] Using an existing EdgeDriver binary

* Updating change logs

* [ci] Run format script

---------

Co-authored-by: Selenium CI Bot <[email protected]>
Co-authored-by: Diego Molina <[email protected]>
  • Loading branch information
3 people committed Sep 19, 2024
1 parent 8181cd6 commit 95717cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/selenium_manager.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ def selenium_manager():
name = "download_sm_linux",
executable = True,
sha256 = "d4d775c38f5403d4a719e69903e6f70d15d2454d03da80ad6b82515a4ebfb986",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3769be1/selenium-manager-linux",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-dffb534/selenium-manager-linux",
)

http_file(
name = "download_sm_macos",
executable = True,
sha256 = "2d6b20c603c4ca913423b3725cdc7ffa7e6a1554c9c161e3da226b186ba71054",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3769be1/selenium-manager-macos",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-dffb534/selenium-manager-macos",
)

http_file(
name = "download_sm_windows",
executable = True,
sha256 = "cd182eeb12e6ecbac95c9cede7f2d5652a7dd56047b4a7a28fb9b3cbabdb72f8",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3769be1/selenium-manager-windows.exe",
sha256 = "58c47a131fd4323c647a95cb37baeafc5a14a536885ccc152457e87a4fd2188d",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-dffb534/selenium-manager-windows.exe",
)

def _selenium_manager_artifacts_impl(_ctx):
Expand Down

0 comments on commit 95717cd

Please sign in to comment.