public static enum BrowserWebDriverContainer.VncRecordingMode extends java.lang.Enum<BrowserWebDriverContainer.VncRecordingMode>
| Enum Constant and Description |
|---|
RECORD_ALL |
RECORD_FAILING |
SKIP |
| Modifier and Type | Method and Description |
|---|---|
static BrowserWebDriverContainer.VncRecordingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrowserWebDriverContainer.VncRecordingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserWebDriverContainer.VncRecordingMode SKIP
public static final BrowserWebDriverContainer.VncRecordingMode RECORD_ALL
public static final BrowserWebDriverContainer.VncRecordingMode RECORD_FAILING
public static BrowserWebDriverContainer.VncRecordingMode[] values()
for (BrowserWebDriverContainer.VncRecordingMode c : BrowserWebDriverContainer.VncRecordingMode.values()) System.out.println(c);
public static BrowserWebDriverContainer.VncRecordingMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null