Uses of Class
org.openqa.selenium.grid.config.Role
-
Packages that use Role Package Description org.openqa.selenium.grid.config -
-
Uses of Role in org.openqa.selenium.grid.config
Fields in org.openqa.selenium.grid.config declared as Role Modifier and Type Field Description static Role
StandardGridRoles. DISTRIBUTOR_ROLE
static Role
StandardGridRoles. EVENT_BUS_ROLE
static Role
StandardGridRoles. HTTPD_ROLE
static Role
StandardGridRoles. NODE_ROLE
static Role
StandardGridRoles. ROUTER_ROLE
static Role
StandardGridRoles. SESSION_MAP_ROLE
static Role
StandardGridRoles. SESSION_QUEUE_ROLE
Fields in org.openqa.selenium.grid.config with type parameters of type Role Modifier and Type Field Description static java.util.Set<Role>
StandardGridRoles. ALL_ROLES
Methods in org.openqa.selenium.grid.config that return Role Modifier and Type Method Description static Role
Role. of(java.lang.String name)
Methods in org.openqa.selenium.grid.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
ConfigFlags. getRoles()
java.util.Set<Role>
HasRoles. getRoles()
Obtains the set of commands that this set of flags applies to.Methods in org.openqa.selenium.grid.config with parameters of type Role Modifier and Type Method Description int
Role. compareTo(Role o)
Method parameters in org.openqa.selenium.grid.config with type arguments of type Role Modifier and Type Method Description boolean
ConfigFlags. dumpConfigHelp(Config config, java.util.Set<Role> currentRoles, java.io.PrintStream dumpTo)
static java.util.Set<DescribedOption>
DescribedOption. findAllMatchingOptions(java.util.Collection<Role> roles)
-