We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ceab2 commit ef473a9Copy full SHA for ef473a9
java/client/src/org/openqa/selenium/Platform.java
@@ -72,7 +72,7 @@ public Platform family() {
72
}
73
},
74
75
- MAC("mac", "darwin") {},
+ MAC("mac", "darwin", "os x") {},
76
77
/**
78
* Many platforms have UNIX traits, amongst them LINUX, Solaris and BSD.
0 commit comments