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.cli
Methods 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.commands
Methods 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.config
Fields in org.openqa.selenium.grid.config declared as RoleModifier and TypeFieldDescriptionstatic final Role
StandardGridRoles.DISTRIBUTOR_ROLE
static final Role
StandardGridRoles.EVENT_BUS_ROLE
static final Role
StandardGridRoles.HTTPD_ROLE
static final Role
StandardGridRoles.NODE_ROLE
static final Role
StandardGridRoles.ROUTER_ROLE
static final Role
StandardGridRoles.SESSION_MAP_ROLE
static final Role
StandardGridRoles.SESSION_QUEUE_ROLE
Fields 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 TypeMethodDescriptionboolean
ConfigFlags.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.config
Methods in org.openqa.selenium.grid.distributor.config that return types with arguments of type Role -
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 -
Uses of Role in org.openqa.selenium.grid.log
Methods in org.openqa.selenium.grid.log that return types with arguments of type Role -
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 -
Uses of Role in org.openqa.selenium.grid.node.docker
Methods in org.openqa.selenium.grid.node.docker that return types with arguments of type Role -
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 -
Uses of Role in org.openqa.selenium.grid.node.relay
Methods in org.openqa.selenium.grid.node.relay that return types with arguments of type Role -
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 -
Uses of Role in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server that return types with arguments of type Role -
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 -
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 -
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 -
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