blob: 9a9c3fe05d346a407b4c6bd4c32d59eb3524879f [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 = "e52191930dd1bcfaf0a4c2ca0d063619467091faf28f19bbd0c1a20cfc13278a",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-e3f9990/selenium-manager-linux",
)
http_file(
name = "download_sm_macos",
executable = True,
sha256 = "d5622384f5f7c2dc79024f5f0714279ca41b2ca7e6d54ba3eeb563e8762bca1d",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-e3f9990/selenium-manager-macos",
)
http_file(
name = "download_sm_windows",
executable = True,
sha256 = "6cc186fc7d11f3b70932f20cf701be791ad41a9b6a091452253b1774539e10d6",
url = "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-e3f9990/selenium-manager-windows.exe",
)
def _selenium_manager_artifacts_impl(_ctx):
selenium_manager()
selenium_manager_artifacts = module_extension(
implementation = _selenium_manager_artifacts_impl,
)