A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/d2205d9ba63a5d0c366b1071d3da2813a58a8983 below:

[java] fix bug that forced platformName of windows 7 to vista · SeleniumHQ/selenium@d2205d9 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+12

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+12

-1

lines changed Original file line number Diff line number Diff line change

@@ -58,7 +58,7 @@ public String toString() {

58 58

/**

59 59

* For versions of Windows that "feel like" Windows Vista.

60 60

*/

61 -

VISTA("windows vista", "Windows Server 2008", "windows 7", "win7") {

61 +

VISTA("windows 7", "win7") {

62 62

@Override

63 63

public Platform family() {

64 64

return WINDOWS;

@@ -69,6 +69,17 @@ public String toString() {

69 69

}

70 70

},

71 71 72 +

WIN7("windows 7", "win7") {

73 +

@Override

74 +

public Platform family() {

75 +

return WINDOWS;

76 +

}

77 +

@Override

78 +

public String toString() {

79 +

return "Windows 7";

80 +

}

81 +

},

82 + 72 83

/**

73 84

* For versions of Windows that "feel like" Windows 8.

74 85

*/

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4