We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e683e commit 41b9b38Copy full SHA for 41b9b38
py/private/browsers.bzl
@@ -31,11 +31,10 @@ chrome_args = select({
31
edge_args = select({
32
"@selenium//common:use_pinned_macos_edge": [
33
"--driver-binary=$(location @mac_edgedriver//:msedgedriver)",
34
- "--browser-binary",
35
- "$(location @mac_edge//:Edge.app)/Contents/MacOS/Microsoft Edge",
+ "--browser-binary='$(location @mac_edge//:Edge.app)/Contents/MacOS/Microsoft Edge'",
36
],
37
"@selenium//common:use_local_msedgedriver": [
38
- "-Dwebdriver.edge.driver=$(location @selenium//common:msedgedriver)",
+ "--driver-binary=$(location @selenium//common:msedgedriver)",
39
40
"//conditions:default": []
41
}) + headless_args
0 commit comments