Uses of Enum
io.github.bonigarcia.wdm.config.OperatingSystem
Packages that use OperatingSystem
Package
Description
-
Uses of OperatingSystem in io.github.bonigarcia.wdm
Methods in io.github.bonigarcia.wdm with parameters of type OperatingSystem -
Uses of OperatingSystem in io.github.bonigarcia.wdm.config
Methods in io.github.bonigarcia.wdm.config that return OperatingSystemModifier and TypeMethodDescriptionConfig.getOperatingSystem()
static OperatingSystem
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. -
Uses of OperatingSystem in io.github.bonigarcia.wdm.webdriver
Constructors in io.github.bonigarcia.wdm.webdriver with parameters of type OperatingSystemModifierConstructorDescriptionWebDriverBrowser
(String browserName, OperatingSystem os) WebDriverBrowser
(org.openqa.selenium.WebDriver driver, String browserName, OperatingSystem os)