load("//common:defs.bzl", "copy_file") licenses(["notice"]) copy_file( name = "sizzle", src = "sizzle-1.5.1-30.js", out = "sizzle.js", visibility = [ "//java/test/org/openqa/selenium/environment:__pkg__", ], )