Skip to content

Commit 46f300c

Browse files
committed
[java] Adding ventura as platform
1 parent 0c02532 commit 46f300c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,18 @@ public String toString() {
257257
}
258258
},
259259

260+
VENTURA("ventura", "os x 13.0", "macos 13.0") {
261+
@Override
262+
public Platform family() {
263+
return MAC;
264+
}
265+
266+
@Override
267+
public String toString() {
268+
return "macOS 13.0";
269+
}
270+
},
271+
260272
/**
261273
* Many platforms have UNIX traits, amongst them LINUX, Solaris and BSD.
262274
*/

0 commit comments

Comments
 (0)