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