Uses of Class
org.nuxeo.runtime.test.runner.web.BrowserFamily
-
Packages that use BrowserFamily Package Description org.nuxeo.runtime.test.runner.web -
-
Uses of BrowserFamily in org.nuxeo.runtime.test.runner.web
Methods in org.nuxeo.runtime.test.runner.web that return BrowserFamily Modifier and Type Method Description BrowserFamily
Configuration. getBrowserFamily()
BrowserFamily
DriverFactory. getBrowserFamily()
Gets the family of the driver this factory can create.BrowserFamily
type()
The type of the browser to use.BrowserFamily[]
value()
static BrowserFamily
BrowserFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static BrowserFamily[]
BrowserFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-