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