| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.browser |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
BrowserMode.getType()
Gets the browser type.
|
BrowserType |
Browser.getType()
Gets the type of browser.
|
static BrowserType |
BrowserType.parseType(String browserType)
Parses the type in case-insensitive manner.
|
static BrowserType |
BrowserType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<BrowserType> |
BrowserType.parseTypes(String browserTypesEnumeration)
Returns set of browser types derived from string enumeration of comma- and/or space-separated representation of
browser types (
parseType(String)). |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<BrowserMode> |
BrowserMode.getModesFromTypes(EnumSet<BrowserType> types)
Gets the set of browser modes, which are associated with browsers given by types (see
BrowserType). |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.