"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/common/src/web/BUILD.bazel" (17 Feb 2023, 296 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 filegroup(
2 name = "web",
3 srcs = glob([
4 "*",
5 "**/*",
6 ]),
7 visibility = [
8 "//dotnet/test:__subpackages__",
9 "//java/test/org/openqa/selenium/environment:__pkg__",
10 "//javascript/node/selenium-webdriver:__pkg__",
11 "//py:__pkg__",
12 ],
13 )