blob: 80ca6f198752289523c4cc4a85c1a0bc59b6cb5c [file] [log] [blame] [edit]
# 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 = "c684e0a0b18bd16048d911ce6bfcb896185673701fa463785bde84b43468709b",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-7ec0311/selenium-manager-linux",
)
http_file(
name = "download_sm_macos",
executable = True,
sha256 = "dfa9839d7c5c4e5c63a0758cd33d4cfbf98c53bfe04a9651005ea81f72a43cd5",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-7ec0311/selenium-manager-macos",
)
http_file(
name = "download_sm_windows",
executable = True,
sha256 = "7de20eb677bde09b234807d4cb7a16ed3c874bf8b05e38e75e9242b65f9af85e",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-7ec0311/selenium-manager-windows.exe",
)
def _selenium_manager_artifacts_impl(_ctx):
selenium_manager()
selenium_manager_artifacts = module_extension(
implementation = _selenium_manager_artifacts_impl,
)