Skip to content

Commit

Permalink
Safari returns "macOS" as the platform
Browse files Browse the repository at this point in the history
Better make sure that's one we understand.
  • Loading branch information
shs96c committed Aug 17, 2017
1 parent 212c6df commit 0a4ccb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/Platform.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Platform family() {
}
},

MAC("mac", "darwin", "os x") {},
MAC("mac", "darwin", "macOS", "os x") {},

SNOW_LEOPARD("snow leopard", "os x 10.6") {
@Override
Expand Down

0 comments on commit 0a4ccb9

Please sign in to comment.