Skip to content

Commit 6b496e6

Browse files
committed
Adding workaround for Windows 10 major version number
1 parent e3b66e0 commit 6b496e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dotnet/src/webdriver/Platform.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ private Platform()
114114
{
115115
this.platformTypeValue = PlatformType.Vista;
116116
}
117+
else
118+
{
119+
this.platformTypeValue = PlatformType.Windows;
120+
}
117121

118122
break;
119123

0 commit comments

Comments
 (0)