Uses of Enum
org.probato.model.type.BrowserType
Packages that use BrowserType
-
Uses of BrowserType in org.probato.browser
Methods in org.probato.browser with parameters of type BrowserType -
Uses of BrowserType in org.probato.model
Methods in org.probato.model that return BrowserTypeMethods in org.probato.model with parameters of type BrowserTypeModifier and TypeMethodDescriptionvoidBrowser.setType(BrowserType type) Browser.BrowserBuilder.type(BrowserType type) -
Uses of BrowserType in org.probato.model.type
Methods in org.probato.model.type that return BrowserTypeModifier and TypeMethodDescriptionstatic BrowserTypeReturns 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.