Uses of Interface
org.openqa.selenium.grid.config.Config
-
-
Uses of Config in org.openqa.selenium.events.local
Methods in org.openqa.selenium.events.local with parameters of type Config Modifier and Type Method Description static GuavaEventBusGuavaEventBus. create(Config config) -
Uses of Config in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq with parameters of type Config Modifier and Type Method Description static EventBusZeroMqEventBus. create(Config config) -
Uses of Config in org.openqa.selenium.grid
Methods in org.openqa.selenium.grid that return Config Modifier and Type Method Description protected abstract ConfigTemplateGridCommand. getDefaultConfig()Methods in org.openqa.selenium.grid with parameters of type Config Modifier and Type Method Description Server<?>TemplateGridServerCommand. asServer(Config initialConfig)protected abstract TemplateGridServerCommand.HandlersTemplateGridServerCommand. createHandlers(Config config)protected abstract voidTemplateGridCommand. execute(Config config) -
Uses of Config in org.openqa.selenium.grid.commands
Methods in org.openqa.selenium.grid.commands that return Config Modifier and Type Method Description protected ConfigEventBusCommand. getDefaultConfig()protected ConfigHub. getDefaultConfig()protected ConfigStandalone. getDefaultConfig()Methods in org.openqa.selenium.grid.commands with parameters of type Config Modifier and Type Method Description Server<?>EventBusCommand. asServer(Config initialConfig)protected TemplateGridServerCommand.HandlersHub. createHandlers(Config config)protected TemplateGridServerCommand.HandlersStandalone. createHandlers(Config config)protected voidEventBusCommand. execute(Config config)protected voidHub. execute(Config config)protected voidStandalone. execute(Config config) -
Uses of Config in org.openqa.selenium.grid.config
Classes in org.openqa.selenium.grid.config that implement Config Modifier and Type Class Description classAnnotatedConfigA form ofConfigthat is generated by looking at fields in the constructor arg that are annotated withConfigValue.classCompoundConfigclassConcatenatingConfigclassEnvConfigExposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".classJsonConfigclassMapConfigclassMemoizedConfigclassTomlConfigMethods in org.openqa.selenium.grid.config that return Config Modifier and Type Method Description static ConfigConfigs. from(java.nio.file.Path path)static ConfigJsonConfig. from(java.nio.file.Path path)static ConfigTomlConfig. from(java.nio.file.Path path)ConfigConfigFlags. readConfigFiles()Methods in org.openqa.selenium.grid.config with parameters of type Config Modifier and Type Method Description booleanConfigFlags. dumpConfig(Config config, java.io.PrintStream dumpTo)booleanConfigFlags. dumpConfigHelp(Config config, java.util.Set<Role> currentRoles, java.io.PrintStream dumpTo)java.lang.StringDescribedOption. example(Config config, java.lang.String example)Constructors in org.openqa.selenium.grid.config with parameters of type Config Constructor Description CompoundConfig(Config... allConfigsInDescendingOrderOfImportance)MemoizedConfig(Config delegate) -
Uses of Config in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type Config Modifier and Type Method Description static GridModelGridModel. create(Config config) -
Uses of Config in org.openqa.selenium.grid.distributor.config
Constructors in org.openqa.selenium.grid.distributor.config with parameters of type Config Constructor Description DistributorOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.distributor.httpd
Methods in org.openqa.selenium.grid.distributor.httpd that return Config Modifier and Type Method Description protected ConfigDistributorServer. getDefaultConfig()Methods in org.openqa.selenium.grid.distributor.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.HandlersDistributorServer. createHandlers(Config config)protected voidDistributorServer. execute(Config config) -
Uses of Config in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with parameters of type Config Modifier and Type Method Description static DistributorLocalDistributor. create(Config config) -
Uses of Config in org.openqa.selenium.grid.distributor.selector
Methods in org.openqa.selenium.grid.distributor.selector with parameters of type Config Modifier and Type Method Description static SlotSelectorDefaultSlotSelector. create(Config config) -
Uses of Config in org.openqa.selenium.grid.log
Constructors in org.openqa.selenium.grid.log with parameters of type Config Constructor Description LoggingOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.node.config
Constructors in org.openqa.selenium.grid.node.config with parameters of type Config Constructor Description NodeOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.node.docker
Constructors in org.openqa.selenium.grid.node.docker with parameters of type Config Constructor Description DockerOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.node.httpd
Methods in org.openqa.selenium.grid.node.httpd that return Config Modifier and Type Method Description protected ConfigNodeServer. getDefaultConfig()Methods in org.openqa.selenium.grid.node.httpd with parameters of type Config Modifier and Type Method Description Server<?>NodeServer. asServer(Config initialConfig)protected TemplateGridServerCommand.HandlersNodeServer. createHandlers(Config config)protected voidNodeServer. execute(Config config) -
Uses of Config in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type Config Modifier and Type Method Description static NodeLocalNodeFactory. create(Config config) -
Uses of Config in org.openqa.selenium.grid.node.relay
Constructors in org.openqa.selenium.grid.node.relay with parameters of type Config Constructor Description RelayOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.router.httpd
Methods in org.openqa.selenium.grid.router.httpd that return Config Modifier and Type Method Description protected ConfigRouterServer. getDefaultConfig()Methods in org.openqa.selenium.grid.router.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.HandlersRouterServer. createHandlers(Config config)protected voidRouterServer. execute(Config config)Constructors in org.openqa.selenium.grid.router.httpd with parameters of type Config Constructor Description RouterOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.security
Constructors in org.openqa.selenium.grid.security with parameters of type Config Constructor Description SecretOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.server
Constructors in org.openqa.selenium.grid.server with parameters of type Config Constructor Description BaseServerOptions(Config config)EventBusOptions(Config config)NetworkOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionmap.config
Constructors in org.openqa.selenium.grid.sessionmap.config with parameters of type Config Constructor Description SessionMapOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionmap.httpd
Methods in org.openqa.selenium.grid.sessionmap.httpd that return Config Modifier and Type Method Description protected ConfigSessionMapServer. getDefaultConfig()Methods in org.openqa.selenium.grid.sessionmap.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.HandlersSessionMapServer. createHandlers(Config config)protected voidSessionMapServer. execute(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionmap.local
Methods in org.openqa.selenium.grid.sessionmap.local with parameters of type Config Modifier and Type Method Description static SessionMapLocalSessionMap. create(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionmap.remote
Methods in org.openqa.selenium.grid.sessionmap.remote with parameters of type Config Modifier and Type Method Description static SessionMapRemoteSessionMap. create(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionqueue.config
Constructors in org.openqa.selenium.grid.sessionqueue.config with parameters of type Config Constructor Description NewSessionQueueOptions(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionqueue.httpd
Methods in org.openqa.selenium.grid.sessionqueue.httpd that return Config Modifier and Type Method Description protected ConfigNewSessionQueueServer. getDefaultConfig()Methods in org.openqa.selenium.grid.sessionqueue.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.HandlersNewSessionQueueServer. createHandlers(Config config)protected voidNewSessionQueueServer. execute(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type Config Modifier and Type Method Description static NewSessionQueueLocalNewSessionQueue. create(Config config) -
Uses of Config in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type Config Modifier and Type Method Description static NewSessionQueueRemoteNewSessionQueue. create(Config config)
-