Uses of Class
io.github.bonigarcia.wdm.cache.ResolutionCache
-
Packages that use ResolutionCache Package Description io.github.bonigarcia.wdm io.github.bonigarcia.wdm.docker -
-
Uses of ResolutionCache in io.github.bonigarcia.wdm
Fields in io.github.bonigarcia.wdm declared as ResolutionCache Modifier and Type Field Description protected ResolutionCache
WebDriverManager. resolutionCache
Methods in io.github.bonigarcia.wdm that return ResolutionCache Modifier and Type Method Description protected ResolutionCache
WebDriverManager. getResolutionCache()
-
Uses of ResolutionCache in io.github.bonigarcia.wdm.docker
Constructors in io.github.bonigarcia.wdm.docker with parameters of type ResolutionCache Constructor Description DockerService(Config config, HttpClient httpClient, ResolutionCache resolutionCache)
-