Serializable, Comparable<Browsers.BrowserType>public static enum Browsers.BrowserType extends Enum<Browsers.BrowserType>
| Enum Constant | Description |
|---|---|
Chrome66 |
|
Chrome67 |
|
Chrome68 |
|
Chrome69 |
|
Chrome70 |
|
Edge |
|
IE10 |
|
IE11 |
|
IE8 |
|
IE9 |
|
NoneSelected |
|
Safari10 |
|
Safari11 |
|
Safari4 |
|
Safari5 |
|
Safari9 |
| Modifier and Type | Method | Description |
|---|---|---|
static Browsers.BrowserType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Browsers.BrowserType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Browsers.BrowserType NoneSelected
public static final Browsers.BrowserType Chrome66
public static final Browsers.BrowserType Chrome67
public static final Browsers.BrowserType Chrome68
public static final Browsers.BrowserType Chrome69
public static final Browsers.BrowserType Chrome70
public static final Browsers.BrowserType IE8
public static final Browsers.BrowserType IE9
public static final Browsers.BrowserType IE10
public static final Browsers.BrowserType IE11
public static final Browsers.BrowserType Edge
public static final Browsers.BrowserType Safari4
public static final Browsers.BrowserType Safari5
public static final Browsers.BrowserType Safari9
public static final Browsers.BrowserType Safari10
public static final Browsers.BrowserType Safari11
public static Browsers.BrowserType[] values()
for (Browsers.BrowserType c : Browsers.BrowserType.values()) System.out.println(c);
public static Browsers.BrowserType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017–2018 TeamControlium Committers. All rights reserved.