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 RoleStandardGridRoles. DISTRIBUTOR_ROLEstatic RoleStandardGridRoles. EVENT_BUS_ROLEstatic RoleStandardGridRoles. HTTPD_ROLEstatic RoleStandardGridRoles. NODE_ROLEstatic RoleStandardGridRoles. ROUTER_ROLEstatic RoleStandardGridRoles. SESSION_MAP_ROLEstatic RoleStandardGridRoles. SESSION_QUEUE_ROLEFields in org.openqa.selenium.grid.config with type parameters of type Role Modifier and Type Field Description static java.util.Set<Role>StandardGridRoles. ALL_ROLESMethods in org.openqa.selenium.grid.config that return Role Modifier and Type Method Description static RoleRole. 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 intRole. compareTo(Role o)Method parameters in org.openqa.selenium.grid.config with type arguments of type Role Modifier and Type Method Description booleanConfigFlags. dumpConfigHelp(Config config, java.util.Set<Role> currentRoles, java.io.PrintStream dumpTo)static java.util.Set<DescribedOption>DescribedOption. findAllMatchingOptions(java.util.Collection<Role> roles)
-