MCPcopy
hub / github.com/SeleniumHQ/selenium / of

Method of

java/src/org/openqa/selenium/grid/config/Role.java:31–33  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

29 }
30
31 public static Role of(String name) {
32 return new Role(Require.nonNull("Role name", name));
33 }
34
35 public String getRoleName() {
36 return roleName;

Calls 1

nonNullMethod · 0.95