Skip to content

Commit

Permalink
Add macOS Sierra (10.12) platform (SeleniumHQ#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored and lukeis committed Jan 8, 2017
1 parent a4e5719 commit 3c11981
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions java/client/src/org/openqa/selenium/Platform.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,17 @@ public String toString() {
}
},

SIERRA("sierra", "macos 10.12") {
@Override
public Platform family() {
return MAC;
}
@Override
public String toString() {
return "macOS 10.12";
}
},

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

0 comments on commit 3c11981

Please sign in to comment.