Skip to content

Commit ef473a9

Browse files
committed
Adding another alias for MacOS platform
1 parent 26ceab2 commit ef473a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public Platform family() {
7272
}
7373
},
7474

75-
MAC("mac", "darwin") {},
75+
MAC("mac", "darwin", "os x") {},
7676

7777
/**
7878
* Many platforms have UNIX traits, amongst them LINUX, Solaris and BSD.

0 commit comments

Comments
 (0)