Uses of Class
uk.co.evoco.webdriver.configuration.BrowserType
| Package | Description |
|---|---|
| uk.co.evoco.webdriver.configuration |
-
Uses of BrowserType in uk.co.evoco.webdriver.configuration
Methods in uk.co.evoco.webdriver.configuration that return BrowserType Modifier and Type Method Description BrowserTypeWebDriverConfig. getBrowserType()static BrowserTypeBrowserType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BrowserType[]BrowserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.evoco.webdriver.configuration with parameters of type BrowserType Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeWebDriverConfig. getBrowserPreferences(BrowserType browserType)voidWebDriverConfig. setBrowserType(BrowserType browserType)