Uses of Class
io.github.bonigarcia.wdm.config.Config
-
-
Uses of Config in io.github.bonigarcia.wdm
Fields in io.github.bonigarcia.wdm declared as Config Modifier and Type Field Description protected Config
WebDriverManager. config
Methods in io.github.bonigarcia.wdm that return Config Modifier and Type Method Description Config
WebDriverManager. config()
-
Uses of Config in io.github.bonigarcia.wdm.cache
Constructors in io.github.bonigarcia.wdm.cache with parameters of type Config Constructor Description CacheHandler(Config config)
ResolutionCache(Config config)
-
Uses of Config in io.github.bonigarcia.wdm.config
-
Uses of Config in io.github.bonigarcia.wdm.docker
Constructors in io.github.bonigarcia.wdm.docker with parameters of type Config Constructor Description DockerHubService(Config config, HttpClient client)
DockerService(Config config, HttpClient httpClient, ResolutionCache resolutionCache)
-
Uses of Config in io.github.bonigarcia.wdm.online
Constructors in io.github.bonigarcia.wdm.online with parameters of type Config Constructor Description Downloader(HttpClient httpClient, Config config, Function<File,List<File>> postDownloadFunction)
HttpClient(Config config)
UrlHandler(Config config, List<URL> candidateUrls, String driverVersion, String shortDriverName, Function<String,Optional<URL>> buildUrlFunction)
-
Uses of Config in io.github.bonigarcia.wdm.versions
Constructors in io.github.bonigarcia.wdm.versions with parameters of type Config Constructor Description VersionDetector(Config config, HttpClient httpClient)
-
Uses of Config in io.github.bonigarcia.wdm.webdriver
Constructors in io.github.bonigarcia.wdm.webdriver with parameters of type Config Constructor Description WebDriverCreator(Config config)
-