Uses of Interface
org.openqa.selenium.grid.config.Config
-
Packages that use Config Package Description org.openqa.selenium.events.zeromq org.openqa.selenium.grid.config org.openqa.selenium.grid.log org.openqa.selenium.grid.server -
-
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.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
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)
-
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.server
Constructors in org.openqa.selenium.grid.server with parameters of type Config Constructor Description BaseServerOptions(Config config)
EventBusOptions(Config config)
NetworkOptions(Config config)
-