Skip to content

Commit cbcc6b3

Browse files
committed
[rust] Fix command to discover msedgedriver version using LOCALAPPDATA env
1 parent dd9f306 commit cbcc6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/edge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl SeleniumManager for EdgeManager {
138138
REMOVE_X86,
139139
browser_path,
140140
),
141-
format_three_args(WMIC_COMMAND, ENV_LOCALAPPDATA, "", browser_path),
141+
format_three_args(WMIC_COMMAND_ENV, ENV_LOCALAPPDATA, "", browser_path),
142142
];
143143
if !self.is_browser_version_unstable() {
144144
commands.push(format_one_arg(

0 commit comments

Comments
 (0)