We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606aecc commit 14a691aCopy full SHA for 14a691a
common/browsers.bzl
@@ -83,3 +83,14 @@ firefox_beta_data = select({
83
],
84
"//conditions:default": [],
85
}) + geckodriver_data
86
+
87
+chrome_beta_data = select({
88
+ "@selenium//common:use_pinned_linux_chrome": [
89
+ "@linux_chrome_beta//:files",
90
+ "@linux_chrome_beta//:chrome-linux64/chrome",
91
+ ],
92
+ "@selenium//common:use_pinned_macos_chrome": [
93
+ "@mac_chrome_beta//:Chrome.app",
94
95
+ "//conditions:default": [],
96
+}) + chromedriver_data
0 commit comments