Skip to content

Commit d0ce1f0

Browse files
committed
Adding Yosemite platform
1 parent 5fe712f commit d0ce1f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

java/client/src/org/openqa/selenium/Platform.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,17 @@ public String toString() {
107107
}
108108
},
109109

110+
YOSEMITE("yosemite", "os x 10.10") {
111+
@Override
112+
public Platform family() {
113+
return MAC;
114+
}
115+
@Override
116+
public String toString() {
117+
return "OS X 10.10";
118+
}
119+
},
120+
110121
/**
111122
* Many platforms have UNIX traits, amongst them LINUX, Solaris and BSD.
112123
*/

0 commit comments

Comments
 (0)