File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ _BROWSERS = {
1313 "--params=ActiveDriverConfig=Chrome" ,
1414 ] + select ({
1515 "@selenium//common:use_pinned_linux_chrome" : [
16- "--params=DriverServiceLocation=$(location @linux_beta_chromedriver //:chromedriver)" ,
17- "--params=BrowserLocation=$(location @linux_beta_chrome //:chrome-linux64/chrome)" ,
16+ "--params=DriverServiceLocation=$(location @linux_chromedriver //:chromedriver)" ,
17+ "--params=BrowserLocation=$(location @linux_chrome //:chrome-linux64/chrome)" ,
1818 ],
1919 "@selenium//common:use_pinned_macos_chrome" : [
20- "--params=DriverServiceLocation=$(location @mac_beta_chromedriver //:chromedriver)" ,
21- "--params=BrowserLocation=$(location @mac_beta_chrome //:Chrome.app)/Contents/MacOS/Chrome" ,
20+ "--params=DriverServiceLocation=$(location @mac_chromedriver //:chromedriver)" ,
21+ "--params=BrowserLocation=$(location @mac_chrome //:Chrome.app)/Contents/MacOS/Chrome" ,
2222 ],
2323 "@selenium//common:use_local_chromedriver" : [],
2424 "//conditions:default" : [
Original file line number Diff line number Diff line change 11chromedriver_jvm_flags = select ({
22 "@selenium//common:use_pinned_linux_chrome" : [
3- "-Dwebdriver.chrome.driver=$(location @linux_beta_chromedriver //:chromedriver)" ,
3+ "-Dwebdriver.chrome.driver=$(location @linux_chromedriver //:chromedriver)" ,
44 ],
55 "@selenium//common:use_pinned_macos_chrome" : [
6- "-Dwebdriver.chrome.driver=$(location @mac_beta_chromedriver //:chromedriver)" ,
6+ "-Dwebdriver.chrome.driver=$(location @mac_chromedriver //:chromedriver)" ,
77 ],
88 "//conditions:default" : [],
99})
1010
1111chrome_jvm_flags = select ({
1212 "@selenium//common:use_pinned_linux_chrome" : [
13- "-Dwebdriver.chrome.binary=$(location @linux_beta_chrome //:chrome-linux64/chrome)" ,
13+ "-Dwebdriver.chrome.binary=$(location @linux_chrome //:chrome-linux64/chrome)" ,
1414 ],
1515 "@selenium//common:use_pinned_macos_chrome" : [
16- "-Dwebdriver.chrome.binary=$(location @mac_beta_chrome //:Chrome.app)/Contents/MacOS/Chrome" ,
16+ "-Dwebdriver.chrome.binary=$(location @mac_chrome //:Chrome.app)/Contents/MacOS/Chrome" ,
1717 ],
1818 "@selenium//common:use_local_chromedriver" : [],
1919 "//conditions:default" : [
You can’t perform that action at this time.
0 commit comments