| # This file has been generated using `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", |
| executable = True, |
| sha256 = "f615ae2eea714a54e322f8945c7abb19e03e0f5d651b464bd5cd9e9ecf9e7c90", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-9d09338/selenium-manager-linux", |
| ) |
| |
| http_file( |
| name = "download_sm_macos", |
| executable = True, |
| sha256 = "88fede46d14991930aab3176f6938ddb7549ab244f6d75a9745050d625274852", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-9d09338/selenium-manager-macos", |
| ) |
| |
| http_file( |
| name = "download_sm_windows", |
| executable = True, |
| sha256 = "a7e8a7e0f561e7d8238f8aa884ef2dd6235884d3b0e97f25061747dbf4ec5037", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-9d09338/selenium-manager-windows.exe", |
| ) |
| |
| def _selenium_manager_artifacts_impl(_ctx): |
| selenium_manager() |
| |
| selenium_manager_artifacts = module_extension( |
| implementation = _selenium_manager_artifacts_impl, |
| ) |