Uses of Class
org.openqa.selenium.grid.config.Role
Packages that use Role
Package
Description
Mechanisms to configure and run selenium via the command line.
- 
Uses of Role in org.openqa.selenium.cliMethods in org.openqa.selenium.cli that return types with arguments of type RoleModifier and TypeMethodDescriptionCliCommand.getConfigurableRoles()Allows a command to indicate that certain aspects are configurable.
- 
Uses of Role in org.openqa.selenium.grid.commandsMethods in org.openqa.selenium.grid.commands that return types with arguments of type RoleModifier and TypeMethodDescriptionCompletionCommand.getConfigurableRoles()EventBusCommand.getConfigurableRoles()Hub.getConfigurableRoles()InfoCommand.getConfigurableRoles()Standalone.getConfigurableRoles()
- 
Uses of Role in org.openqa.selenium.grid.configFields in org.openqa.selenium.grid.config declared as RoleModifier and TypeFieldDescriptionstatic final RoleStandardGridRoles.DISTRIBUTOR_ROLEstatic final RoleStandardGridRoles.EVENT_BUS_ROLEstatic final RoleStandardGridRoles.HTTPD_ROLEstatic final RoleStandardGridRoles.NODE_ROLEstatic final RoleStandardGridRoles.ROUTER_ROLEstatic final RoleStandardGridRoles.SESSION_MAP_ROLEstatic final RoleStandardGridRoles.SESSION_QUEUE_ROLEFields in org.openqa.selenium.grid.config with type parameters of type RoleMethods in org.openqa.selenium.grid.config that return RoleMethods in org.openqa.selenium.grid.config that return types with arguments of type RoleModifier and TypeMethodDescriptionConfigFlags.getRoles()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 RoleMethod parameters in org.openqa.selenium.grid.config with type arguments of type RoleModifier and TypeMethodDescriptionbooleanConfigFlags.dumpConfigHelp(Config config, Set<Role> currentRoles, PrintStream dumpTo) static Set<DescribedOption>DescribedOption.findAllMatchingOptions(Collection<Role> roles) 
- 
Uses of Role in org.openqa.selenium.grid.distributor.configMethods in org.openqa.selenium.grid.distributor.config that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.distributor.httpdMethods in org.openqa.selenium.grid.distributor.httpd that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.logMethods in org.openqa.selenium.grid.log that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.node.configMethods in org.openqa.selenium.grid.node.config that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.node.dockerMethods in org.openqa.selenium.grid.node.docker that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.node.httpdMethods in org.openqa.selenium.grid.node.httpd that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.node.relayMethods in org.openqa.selenium.grid.node.relay that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.router.httpdMethods in org.openqa.selenium.grid.router.httpd that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.serverMethods in org.openqa.selenium.grid.server that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.sessionmap.configMethods in org.openqa.selenium.grid.sessionmap.config that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.sessionmap.httpdMethods in org.openqa.selenium.grid.sessionmap.httpd that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.sessionqueue.configMethods in org.openqa.selenium.grid.sessionqueue.config that return types with arguments of type Role
- 
Uses of Role in org.openqa.selenium.grid.sessionqueue.httpdMethods in org.openqa.selenium.grid.sessionqueue.httpd that return types with arguments of type Role