Uses of Class
io.github.bonigarcia.wdm.config.OperatingSystem
-
Packages that use OperatingSystem Package Description io.github.bonigarcia.wdm io.github.bonigarcia.wdm.config -
-
Uses of OperatingSystem in io.github.bonigarcia.wdm
Methods in io.github.bonigarcia.wdm with parameters of type OperatingSystem Modifier and Type Method Description WebDriverManager
WebDriverManager. operatingSystem(OperatingSystem os)
-
Uses of OperatingSystem in io.github.bonigarcia.wdm.config
Methods in io.github.bonigarcia.wdm.config that return OperatingSystem Modifier and Type Method Description OperatingSystem
Config. getOperatingSystem()
static OperatingSystem
OperatingSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperatingSystem[]
OperatingSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-