Uses of Enum
io.github.bonigarcia.wdm.config.DriverManagerType
Packages that use DriverManagerType
Package
Description
-
Uses of DriverManagerType in io.github.bonigarcia.wdm
Methods in io.github.bonigarcia.wdm that return DriverManagerTypeModifier and TypeMethodDescriptionabstract DriverManagerTypeWebDriverManager.getDriverManagerType()Methods in io.github.bonigarcia.wdm with parameters of type DriverManagerTypeModifier and TypeMethodDescriptionWebDriverManager.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 DriverManagerTypeModifier and TypeMethodDescriptionCacheHandler.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 DriverManagerTypeModifier and TypeMethodDescriptionstatic DriverManagerTypeReturns 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 DriverManagerTypeModifier and TypeMethodDescriptionDockerService.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 DriverManagerTypeModifier and TypeMethodDescriptionChromeDriverManager.getDriverManagerType()ChromiumDriverManager.getDriverManagerType()EdgeDriverManager.getDriverManagerType()FirefoxDriverManager.getDriverManagerType()InternetExplorerDriverManager.getDriverManagerType()OperaDriverManager.getDriverManagerType()SafariDriverManager.getDriverManagerType()VoidDriverManager.getDriverManagerType() -
Uses of DriverManagerType in io.github.bonigarcia.wdm.online
Methods in io.github.bonigarcia.wdm.online with parameters of type DriverManagerType