@@ -24,9 +24,6 @@ chrome_args = select({
24
24
"--driver-binary=$(location @mac_chromedriver//:chromedriver)" ,
25
25
"--browser-binary=$(location @mac_chrome//:Chrome.app)/Contents/MacOS/Chrome" ,
26
26
],
27
- "@selenium//common:use_local_chromedriver" : [
28
- "--driver-binary=$(location @selenium//common:chromedriver)" ,
29
- ],
30
27
"//conditions:default" : [],
31
28
}) + headless_args
32
29
@@ -35,9 +32,6 @@ edge_args = select({
35
32
"--driver-binary=$(location @mac_edgedriver//:msedgedriver)" ,
36
33
"--browser-binary='$(location @mac_edge//:Edge.app)/Contents/MacOS/Microsoft Edge'" ,
37
34
],
38
- "@selenium//common:use_local_msedgedriver" : [
39
- "--driver-binary=$(location @selenium//common:msedgedriver)" ,
40
- ],
41
35
"//conditions:default" : [],
42
36
}) + headless_args
43
37
@@ -50,9 +44,6 @@ firefox_args = select({
50
44
"--driver-binary=$(location @mac_geckodriver//:geckodriver)" ,
51
45
"--browser-binary=$(location @mac_firefox//:Firefox.app)/Contents/MacOS/firefox" ,
52
46
],
53
- "@selenium//common:use_local_geckodriver" : [
54
- "--driver-binary=$(location @selenium//common:geckodriver)" ,
55
- ],
56
47
"//conditions:default" : [],
57
48
}) + headless_args
58
49
0 commit comments