| # 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", |
| executable = True, |
| sha256 = "12f9b619983e95e855c20772fee792469c11784f005d34d98bc9501dc8f5aae7", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3ab0107/selenium-manager-linux", |
| ) |
| |
| http_file( |
| name = "download_sm_macos", |
| executable = True, |
| sha256 = "979233fffd66157a91d8db5c6c9c91e05b1547f6f7e78135b96f36380d17c13b", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3ab0107/selenium-manager-macos", |
| ) |
| |
| http_file( |
| name = "download_sm_windows", |
| executable = True, |
| sha256 = "a66d48fc732774d2ac72578f0a8d897dc97883849420bdf60e43dcfaf8605bf9", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3ab0107/selenium-manager-windows.exe", |
| ) |
| |
| http_file( |
| name = "download_sm_sbom", |
| sha256 = "a3d73413c342755e96bc8a8619af4657eb51710c3cef783195b8a1a6e35d6d3a", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3ab0107/selenium-manager.cdx.json", |
| ) |
| |
| http_file( |
| name = "download_sm_notice", |
| sha256 = "c1f680eb71cafc7ed834fe9f5b29abb57c5074229eea5dec217ab180d4ee896f", |
| url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-3ab0107/selenium-manager-THIRD-PARTY-NOTICES.txt", |
| ) |
| |
| def _selenium_manager_artifacts_impl(_ctx): |
| selenium_manager() |
| |
| selenium_manager_artifacts = module_extension( |
| implementation = _selenium_manager_artifacts_impl, |
| ) |