We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9637d6 commit ba51362Copy full SHA for ba51362
WebDriverManager/DriverConfigs/Impl/LegacyChromeConfig.cs
@@ -35,8 +35,7 @@ protected override string GetUrl(Architecture architecture)
35
return $"{BaseVersionPatternUrl}chromedriver_linux64.zip";
36
}
37
#endif
38
- var driverName = architecture == Architecture.X64 ? "chromedriver_win64.zip" : "chromedriver_win32.zip";
39
- return $"{BaseVersionPatternUrl}{driverName}";
+ return $"{BaseVersionPatternUrl}chromedriver_win32.zip";
40
41
42
public override string GetLatestVersion()
0 commit comments