Package org.openqa.selenium.grid.config
package org.openqa.selenium.grid.config
-
ClassDescriptionA form of
Config
that is generated by looking at fields in the constructor arg that are annotated withConfigValue
.A config value is read by anAnnotatedConfig
to automatically allow aConfig
to be created.Represents a configurable attribute of the Selenium Grid.Exposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".A form ofConfig
that is generated by looking at fields in the constructor arg that are annotated withConfigValue
.