Skip to content

Commit 14a691a

Browse files
committed
Add chrome data
1 parent 606aecc commit 14a691a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

common/browsers.bzl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,14 @@ firefox_beta_data = select({
8383
],
8484
"//conditions:default": [],
8585
}) + 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

Comments
 (0)