Skip to content

Commit

Permalink
[rust] Fix command to discover msedgedriver version using LOCALAPPDAT…
Browse files Browse the repository at this point in the history
…A env
  • Loading branch information
bonigarcia committed Apr 21, 2023
1 parent dd9f306 commit cbcc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl SeleniumManager for EdgeManager {
REMOVE_X86,
browser_path,
),
format_three_args(WMIC_COMMAND, ENV_LOCALAPPDATA, "", browser_path),
format_three_args(WMIC_COMMAND_ENV, ENV_LOCALAPPDATA, "", browser_path),
];
if !self.is_browser_version_unstable() {
commands.push(format_one_arg(
Expand Down

0 comments on commit cbcc6b3

Please sign in to comment.