Package org.openqa.selenium.grid.config
Class EnvConfig
- java.lang.Object
-
- org.openqa.selenium.grid.config.EnvConfig
-
- All Implemented Interfaces:
Config
public class EnvConfig extends java.lang.Object implements 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 Summary
Constructors Constructor Description EnvConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.util.List<java.lang.String>>
getAll(java.lang.String section, java.lang.String option)
-