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 GuavaEventBus
GuavaEventBus. 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 EventBus
ZeroMqEventBus. 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 Config
TemplateGridCommand. 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.Handlers
TemplateGridServerCommand. createHandlers(Config config)
protected abstract void
TemplateGridCommand. 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 Config
EventBusCommand. getDefaultConfig()
protected Config
Hub. getDefaultConfig()
protected Config
Standalone. 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.Handlers
Hub. createHandlers(Config config)
protected TemplateGridServerCommand.Handlers
Standalone. createHandlers(Config config)
protected void
EventBusCommand. execute(Config config)
protected void
Hub. execute(Config config)
protected void
Standalone. 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 class
AnnotatedConfig
A form ofConfig
that is generated by looking at fields in the constructor arg that are annotated withConfigValue
.class
CompoundConfig
class
ConcatenatingConfig
class
EnvConfig
Exposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".class
JsonConfig
class
MapConfig
class
MemoizedConfig
class
TomlConfig
Methods in org.openqa.selenium.grid.config that return Config Modifier and Type Method Description static Config
Configs. from(java.nio.file.Path path)
static Config
JsonConfig. from(java.nio.file.Path path)
static Config
TomlConfig. from(java.nio.file.Path path)
Config
ConfigFlags. readConfigFiles()
Methods in org.openqa.selenium.grid.config with parameters of type Config Modifier and Type Method Description boolean
ConfigFlags. dumpConfig(Config config, java.io.PrintStream dumpTo)
boolean
ConfigFlags. dumpConfigHelp(Config config, java.util.Set<Role> currentRoles, java.io.PrintStream dumpTo)
java.lang.String
DescribedOption. example(Config config)
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.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 Config
DistributorServer. getDefaultConfig()
Methods in org.openqa.selenium.grid.distributor.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.Handlers
DistributorServer. createHandlers(Config config)
protected void
DistributorServer. 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 Distributor
LocalDistributor. create(Config config)
-
Uses of Config in org.openqa.selenium.grid.docker
Constructors in org.openqa.selenium.grid.docker with parameters of type Config Constructor Description DockerOptions(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.httpd
Methods in org.openqa.selenium.grid.node.httpd that return Config Modifier and Type Method Description protected Config
NodeServer. 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.Handlers
NodeServer. createHandlers(Config config)
protected void
NodeServer. 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 Node
LocalNodeFactory. create(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 Config
RouterServer. getDefaultConfig()
Methods in org.openqa.selenium.grid.router.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.Handlers
RouterServer. createHandlers(Config config)
protected void
RouterServer. execute(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 Config
SessionMapServer. getDefaultConfig()
Methods in org.openqa.selenium.grid.sessionmap.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.Handlers
SessionMapServer. createHandlers(Config config)
protected void
SessionMapServer. 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 SessionMap
LocalSessionMap. 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 SessionMap
RemoteSessionMap. 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)
NewSessionQueuerOptions(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 Config
NewSessionQueuerServer. getDefaultConfig()
Methods in org.openqa.selenium.grid.sessionqueue.httpd with parameters of type Config Modifier and Type Method Description protected TemplateGridServerCommand.Handlers
NewSessionQueuerServer. createHandlers(Config config)
protected void
NewSessionQueuerServer. 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 NewSessionQueue
LocalNewSessionQueue. create(Config config)
static NewSessionQueuer
LocalNewSessionQueuer. 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 NewSessionQueuer
RemoteNewSessionQueuer. create(Config config)
-