Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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;
Callers
15
getConfigurableRoles
Method · 0.95
getConfigurableRoles
Method · 0.95
StandardGridRoles
Class · 0.95
testMultipleFileUploading
Method · 0.45
canCreateSinglePairCapabilities
Method · 0.45
canCreateTwoPairCapabilities
Method · 0.45
canCreateThreePairCapabilities
Method · 0.45
canCreateFourPairCapabilities
Method · 0.45
canCreateFivePairCapabilities
Method · 0.45
canMergeImmutableCapabilities
Method · 0.45
canMergeMutableCapabilities
Method · 0.45
ensureHashCodesAreEqual
Method · 0.45
Calls
1
nonNull
Method · 0.95
Tested by
15
testMultipleFileUploading
Method · 0.36
canCreateSinglePairCapabilities
Method · 0.36
canCreateTwoPairCapabilities
Method · 0.36
canCreateThreePairCapabilities
Method · 0.36
canCreateFourPairCapabilities
Method · 0.36
canCreateFivePairCapabilities
Method · 0.36
canMergeImmutableCapabilities
Method · 0.36
canMergeMutableCapabilities
Method · 0.36
ensureHashCodesAreEqual
Method · 0.36
testShouldBeAbleToExecuteSimpleJavascriptAndReturnAStringsArray
Method · 0.36
testShouldBeAbleToExecuteJavascriptAndReturnABasicObjectLiteral
Method · 0.36
testShouldBeAbleToExecuteSimpleJavascriptAndReturnAnObjectLiteral
Method · 0.36