Class SessionMapServer

    • Constructor Detail

      • SessionMapServer

        public SessionMapServer()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getConfigurableRoles

        public java.util.Set<org.openqa.selenium.grid.config.Role> getConfigurableRoles()
        Description copied from interface: CliCommand
        Allows a command to indicate that certain aspects are configurable. Any roles that are exposed here will be matched against flag objects which implement HasRoles to allow configuration via command line flags.
      • getFlagObjects

        public java.util.Set<java.lang.Object> getFlagObjects()
        Description copied from interface: CliCommand
        Allows the set of objects used for finding command-line flags to be augmented with default implementations.
      • execute

        protected void execute​(org.openqa.selenium.grid.config.Config config)
        Specified by:
        execute in class TemplateGridCommand