Package org.openqa.selenium.grid.config
Class EnvConfig
java.lang.Object
org.openqa.selenium.grid.config.EnvConfig
- All Implemented Interfaces:
Config
Exposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".
Dashes and periods in the options are converted to underscores, and all characters are
upper-cased assuming a US English locale.
-
Constructor Details
-
EnvConfig
public EnvConfig()
-
-
Method Details
-
getAll
-
getSectionNames
- Specified by:
getSectionNames
in interfaceConfig
-
getOptions
- Specified by:
getOptions
in interfaceConfig
-