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 0c02532 commit 46f300cCopy full SHA for 46f300c
java/src/org/openqa/selenium/Platform.java
@@ -257,6 +257,18 @@ public String toString() {
257
}
258
},
259
260
+ VENTURA("ventura", "os x 13.0", "macos 13.0") {
261
+ @Override
262
+ public Platform family() {
263
+ return MAC;
264
+ }
265
+
266
267
+ public String toString() {
268
+ return "macOS 13.0";
269
270
+ },
271
272
/**
273
* Many platforms have UNIX traits, amongst them LINUX, Solaris and BSD.
274
*/
0 commit comments