Uses of Class
io.github.bonigarcia.wdm.config.Architecture
-
Packages that use Architecture Package Description io.github.bonigarcia.wdm io.github.bonigarcia.wdm.cache io.github.bonigarcia.wdm.config io.github.bonigarcia.wdm.online -
-
Uses of Architecture in io.github.bonigarcia.wdm
Methods in io.github.bonigarcia.wdm with parameters of type Architecture Modifier and Type Method Description WebDriverManager
WebDriverManager. architecture(Architecture architecture)
-
Uses of Architecture in io.github.bonigarcia.wdm.cache
Methods in io.github.bonigarcia.wdm.cache with parameters of type Architecture Modifier and Type Method Description Optional<String>
CacheHandler. getDriverFromCache(String driverVersion, String driverName, DriverManagerType driverManagerType, Architecture arch, String os)
-
Uses of Architecture in io.github.bonigarcia.wdm.config
Methods in io.github.bonigarcia.wdm.config that return Architecture Modifier and Type Method Description Architecture
Config. getArchitecture()
static Architecture
Architecture. valueOf(String name)
Returns the enum constant of this type with the specified name.static Architecture[]
Architecture. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.bonigarcia.wdm.config with parameters of type Architecture Modifier and Type Method Description Config
Config. setArchitecture(Architecture value)
-
Uses of Architecture in io.github.bonigarcia.wdm.online
Methods in io.github.bonigarcia.wdm.online with parameters of type Architecture Modifier and Type Method Description void
UrlHandler. filterByArch(Architecture arch, boolean forcedArch)
-