Uses of Interface
org.openqa.selenium.grid.config.Config
-
-
Uses of Config in org.openqa.selenium.events.local
Methods in org.openqa.selenium.events.local with parameters of type Config Modifier and Type Method Description static GuavaEventBus
GuavaEventBus. create(Config config)
-
Uses of Config in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq with parameters of type Config Modifier and Type Method Description static EventBus
ZeroMqEventBus. create(Config config)
-
Uses of Config in org.openqa.selenium.grid.config
Classes in org.openqa.selenium.grid.config that implement Config Modifier and Type Class Description class
AnnotatedConfig
A form ofConfig
that is generated by looking at fields in the constructor arg that are annotated withConfigValue
.class
CompoundConfig
class
ConcatenatingConfig
class
EnvConfig
Exposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".class
MapConfig
Constructors in org.openqa.selenium.grid.config with parameters of type Config Constructor Description CompoundConfig(Config mostImportant, Config... othersInDescendingOrderOfImportance)
-
Uses of Config in org.openqa.selenium.grid.distributor.config
Constructors in org.openqa.selenium.grid.distributor.config with parameters of type Config Constructor Description DistributorOptions(Config config)
-
Uses of Config in org.openqa.selenium.grid.docker
Constructors in org.openqa.selenium.grid.docker with parameters of type Config Constructor Description DockerOptions(Config config)
-
Uses of Config in org.openqa.selenium.grid.log
Constructors in org.openqa.selenium.grid.log with parameters of type Config Constructor Description LoggingOptions(Config config)
-
Uses of Config in org.openqa.selenium.grid.node.config
Constructors in org.openqa.selenium.grid.node.config with parameters of type Config Constructor Description NodeOptions(Config config)
-
Uses of Config in org.openqa.selenium.grid.server
Constructors in org.openqa.selenium.grid.server with parameters of type Config Constructor Description BaseServerOptions(Config config)
EventBusOptions(Config config)
-
Uses of Config in org.openqa.selenium.grid.sessionmap.config
Constructors in org.openqa.selenium.grid.sessionmap.config with parameters of type Config Constructor Description SessionMapOptions(Config config)
-