Skip to content

Commit

Permalink
Adding another alias for MacOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 3, 2014
1 parent 26ceab2 commit ef473a9
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 @@ -72,7 +72,7 @@ public Platform family() {
}
},

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

/**
* Many platforms have UNIX traits, amongst them LINUX, Solaris and BSD.
Expand Down

0 comments on commit ef473a9

Please sign in to comment.