Package org.openqa.selenium.grid.config
-
Interface Summary Interface Description Config HasRoles -
Class Summary Class Description AnnotatedConfig A form ofConfig
that is generated by looking at fields in the constructor arg that are annotated withConfigValue
.CompoundConfig ConcatenatingConfig ConfigFlags Configs DescribedOption Represents a configurable attribute of the Selenium Grid.EnvConfig Exposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".JsonConfig MapConfig MemoizedConfig NonSplittingSplitter A form ofConfig
that is generated by looking at fields in the constructor arg that are annotated withConfigValue
.Role StandardGridRoles TomlConfig -
Exception Summary Exception Description ConfigException -
Annotation Types Summary Annotation Type Description ConfigValue A config value is read by anAnnotatedConfig
to automatically allow aConfig
to be created.