Uses of Class
org.openqa.selenium.grid.config.ConfigValue
-
Packages that use ConfigValue Package Description org.openqa.selenium.grid.commands org.openqa.selenium.grid.distributor.config org.openqa.selenium.grid.node.config -
-
Uses of ConfigValue in org.openqa.selenium.grid.commands
Fields in org.openqa.selenium.grid.commands with annotations of type ConfigValue Modifier and Type Field Description intStandaloneFlags. port -
Uses of ConfigValue in org.openqa.selenium.grid.distributor.config
Fields in org.openqa.selenium.grid.distributor.config with annotations of type ConfigValue Modifier and Type Field Description intDistributorFlags. healthcheckInterval -
Uses of ConfigValue in org.openqa.selenium.grid.node.config
Fields in org.openqa.selenium.grid.node.config with annotations of type ConfigValue Modifier and Type Field Description java.lang.BooleanNodeFlags. autoconfigurejava.util.List<java.lang.String>NodeFlags. driverConfigurationjava.util.List<java.lang.String>NodeFlags. driverFactory2Configjava.util.Set<java.lang.String>NodeFlags. driverNamesjava.lang.StringNodeFlags. gridUriintNodeFlags. heartbeatPeriodintNodeFlags. maxSessionsintNodeFlags. registerCycleintNodeFlags. registerPeriodintNodeFlags. sessionTimeout
-