| # 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 = "d0b9509e5485ced51e1af8c65f92028d80d150ef40177a5b25cc5a4bdff7eb8f", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-de70611/selenium-manager-linux", |
| ) |
| |
| http_file( |
| name = "download_sm_macos", |
| executable = True, |
| sha256 = "737b89d42f60d00f2917b9a93a9f90da483554a9856a990887167e43987ff3fd", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-de70611/selenium-manager-macos", |
| ) |
| |
| http_file( |
| name = "download_sm_windows", |
| executable = True, |
| sha256 = "a074d27eddab10c7cb602c9bcc5e8dbb42067f946f07f2253ee42f12564663bb", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-de70611/selenium-manager-windows.exe", |
| ) |
| |
| def _selenium_manager_artifacts_impl(_ctx): |
| selenium_manager() |
| |
| selenium_manager_artifacts = module_extension( |
| implementation = _selenium_manager_artifacts_impl, |
| ) |