Skip to content

Commit 0a4ccb9

Browse files
committed
Safari returns "macOS" as the platform
Better make sure that's one we understand.
1 parent 212c6df commit 0a4ccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public Platform family() {
7979
}
8080
},
8181

82-
MAC("mac", "darwin", "os x") {},
82+
MAC("mac", "darwin", "macOS", "os x") {},
8383

8484
SNOW_LEOPARD("snow leopard", "os x 10.6") {
8585
@Override

0 commit comments

Comments
 (0)