Uses of Class
io.github.bonigarcia.wdm.config.DriverManagerType
-
-
Uses of DriverManagerType in io.github.bonigarcia.wdm
Methods in io.github.bonigarcia.wdm that return DriverManagerType Modifier and Type Method Description abstract DriverManagerTypeWebDriverManager. getDriverManagerType()Methods in io.github.bonigarcia.wdm with parameters of type DriverManagerType Modifier and Type Method Description WebDriverManagerWebDriverManager. exportParameter(DriverManagerType driverManagerType)static WebDriverManagerWebDriverManager. getInstance(DriverManagerType driverManagerType) -
Uses of DriverManagerType in io.github.bonigarcia.wdm.cache
Methods in io.github.bonigarcia.wdm.cache with parameters of type DriverManagerType Modifier and Type Method Description Optional<String>CacheHandler. getDriverFromCache(String driverVersion, String driverName, DriverManagerType driverManagerType, Architecture arch, String os) -
Uses of DriverManagerType in io.github.bonigarcia.wdm.config
Methods in io.github.bonigarcia.wdm.config that return DriverManagerType Modifier and Type Method Description static DriverManagerTypeDriverManagerType. valueOf(String name)Returns the enum constant of this type with the specified name.static DriverManagerTypeDriverManagerType. valueOfDisplayName(String displayName)static DriverManagerType[]DriverManagerType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DriverManagerType in io.github.bonigarcia.wdm.docker
Methods in io.github.bonigarcia.wdm.docker with parameters of type DriverManagerType Modifier and Type Method Description StringDockerService. getImageVersionFromDockerHub(DriverManagerType driverManagerType, String cacheKey, String browserName, String browserVersion, boolean androidEnabled) -
Uses of DriverManagerType in io.github.bonigarcia.wdm.managers
Methods in io.github.bonigarcia.wdm.managers that return DriverManagerType Modifier and Type Method Description DriverManagerTypeChromeDriverManager. getDriverManagerType()DriverManagerTypeChromiumDriverManager. getDriverManagerType()DriverManagerTypeEdgeDriverManager. getDriverManagerType()DriverManagerTypeFirefoxDriverManager. getDriverManagerType()DriverManagerTypeInternetExplorerDriverManager. getDriverManagerType()DriverManagerTypeOperaDriverManager. getDriverManagerType()DriverManagerTypeSafariDriverManager. getDriverManagerType()DriverManagerTypeVoidDriverManager. getDriverManagerType() -
Uses of DriverManagerType in io.github.bonigarcia.wdm.online
Methods in io.github.bonigarcia.wdm.online with parameters of type DriverManagerType Modifier and Type Method Description StringDownloader. download(URL url, String driverVersion, String driverName, DriverManagerType driverManagerType)FileDownloader. getTarget(String driverVersion, String driverName, DriverManagerType driverManagerType, URL url)
-