Class EnvConfig

java.lang.Object
org.openqa.selenium.grid.config.EnvConfig
All Implemented Interfaces:
Config

public class EnvConfig extends 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.