Uses of Class
org.openqa.selenium.grid.config.Role
-
-
Uses of Role in org.openqa.selenium.cli
Methods in org.openqa.selenium.cli that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>CliCommand. getConfigurableRoles()Allows a command to indicate that certain aspects are configurable. -
Uses of Role in org.openqa.selenium.grid.commands
Methods in org.openqa.selenium.grid.commands that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>CompletionCommand. getConfigurableRoles()java.util.Set<Role>EventBusCommand. getConfigurableRoles()java.util.Set<Role>Hub. getConfigurableRoles()java.util.Set<Role>InfoCommand. getConfigurableRoles()java.util.Set<Role>Standalone. getConfigurableRoles() -
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_ROLEstatic RoleStandardGridRoles. SESSION_QUEUER_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) -
Uses of Role in org.openqa.selenium.grid.distributor.config
Methods in org.openqa.selenium.grid.distributor.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>DistributorFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.distributor.httpd
Methods in org.openqa.selenium.grid.distributor.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>DistributorServer. getConfigurableRoles() -
Uses of Role in org.openqa.selenium.grid.docker
Methods in org.openqa.selenium.grid.docker that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>DockerFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.log
Methods in org.openqa.selenium.grid.log that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>LoggingFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.node.config
Methods in org.openqa.selenium.grid.node.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>NodeFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.node.httpd
Methods in org.openqa.selenium.grid.node.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>NodeServer. getConfigurableRoles() -
Uses of Role in org.openqa.selenium.grid.router.httpd
Methods in org.openqa.selenium.grid.router.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>RouterServer. getConfigurableRoles()java.util.Set<Role>RouterFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>BaseServerFlags. getRoles()java.util.Set<Role>EventBusFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.sessionmap.config
Methods in org.openqa.selenium.grid.sessionmap.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>SessionMapFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.sessionmap.httpd
Methods in org.openqa.selenium.grid.sessionmap.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>SessionMapServer. getConfigurableRoles() -
Uses of Role in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>NewSessionQueueFlags. getRoles()java.util.Set<Role>NewSessionQueuerFlags. getRoles() -
Uses of Role in org.openqa.selenium.grid.sessionqueue.httpd
Methods in org.openqa.selenium.grid.sessionqueue.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>NewSessionQueuerServer. getConfigurableRoles()
-