public static enum BrowserWebDriverContainerRule.VncRecordingMode extends Enum<BrowserWebDriverContainerRule.VncRecordingMode>
| Enum Constant and Description |
|---|
RECORD_ALL |
RECORD_FAILING |
SKIP |
| Modifier and Type | Method and Description |
|---|---|
static BrowserWebDriverContainerRule.VncRecordingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserWebDriverContainerRule.VncRecordingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserWebDriverContainerRule.VncRecordingMode SKIP
public static final BrowserWebDriverContainerRule.VncRecordingMode RECORD_ALL
public static final BrowserWebDriverContainerRule.VncRecordingMode RECORD_FAILING
public static BrowserWebDriverContainerRule.VncRecordingMode[] values()
for (BrowserWebDriverContainerRule.VncRecordingMode c : BrowserWebDriverContainerRule.VncRecordingMode.values()) System.out.println(c);
public static BrowserWebDriverContainerRule.VncRecordingMode 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 © 2015. All rights reserved.