We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b81ced commit 64ebe72Copy full SHA for 64ebe72
java/client/src/org/openqa/selenium/os/WindowsUtils.java
@@ -87,7 +87,7 @@ public static synchronized Properties loadEnvironment() {
87
* @return the path to the Windows Program Files
88
*/
89
public static String getProgramFilesPath() {
90
- return getEnvVarPath("ProgramFiles", "C:\\Program Files");
+ return getEnvVarPath("ProgramFiles", "C:\\Program Files").replace(" (x86)", "");
91
}
92
93
public static String getProgramFiles86Path() {
0 commit comments