| # DO NOT EDIT! This file is generated by scripts/selenium_manager.py. |
| # Regenerate with: `bazel run //scripts:selenium_manager` |
| |
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") |
| |
| def selenium_manager(): |
| http_file( |
| name = "download_sm_linux_x86_64", |
| executable = True, |
| sha256 = "3bad0443dbf99e7268ee9c10cce57c12afd6dd8433f57bf103aec196afbb65b3", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-df880d7/selenium-manager-linux-x86_64", |
| ) |
| |
| http_file( |
| name = "download_sm_linux_arm64", |
| executable = True, |
| sha256 = "6218628f021bb52b93bf23a3c6f165a51674f61faa6377a5951dff177ca6cf4b", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-df880d7/selenium-manager-linux-arm64", |
| ) |
| |
| http_file( |
| name = "download_sm_macos", |
| executable = True, |
| sha256 = "77f80894c26591ee0ff08e26c34a558b40eab96686e9ef5b70645560569532f1", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-df880d7/selenium-manager-macos", |
| ) |
| |
| http_file( |
| name = "download_sm_windows", |
| executable = True, |
| sha256 = "4f1eadc04d05068acbd809bd18267003b827a4ea60afd2bbeb9cab3c1169e5e0", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-df880d7/selenium-manager-windows.exe", |
| ) |
| |
| http_file( |
| name = "download_sm_sbom", |
| sha256 = "5a6eb129adca3cdc3b2dc57c0ed39d8e33ba9880961c5e0ed767917fed883557", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-df880d7/selenium-manager.cdx.json", |
| ) |
| |
| http_file( |
| name = "download_sm_notice", |
| sha256 = "1282ec9b00345e42ca99f0709f65f2c81378ddb960cfc06f51b7b9cae9deb210", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-df880d7/selenium-manager-THIRD-PARTY-NOTICES.txt", |
| ) |
| |
| def _selenium_manager_artifacts_impl(_ctx): |
| selenium_manager() |
| |
| selenium_manager_artifacts = module_extension( |
| implementation = _selenium_manager_artifacts_impl, |
| ) |