public enum EngineType extends Enum<EngineType>
browser application
.BrowserApplicationConfiguration.engineType(EngineType)
Enum Constant and Description |
---|
CHROME
Type for the Chrome browser engine.
|
DEFAULT
Type for the default browser engine defined by user settings.
|
FIREFOX
Deprecated.
since 5.1.104, no replacement
|
FIREFOX15
Deprecated.
since 5.2R18, no replacement
|
IE
Deprecated.
since 5.2.181102, no replacement
|
IEXPLORER
Deprecated.
since 5.2.1806, no replacement
|
Modifier and Type | Method and Description |
---|---|
static EngineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EngineType DEFAULT
@Deprecated public static final EngineType FIREFOX
@Deprecated public static final EngineType FIREFOX15
Note: unsupported on Linux 32bit and 64bit
@Deprecated public static final EngineType IEXPLORER
Note: Windows only
public static final EngineType CHROME
@Deprecated public static final EngineType IE
Note: Windows only
public static EngineType[] values()
for (EngineType c : EngineType.values()) System.out.println(c);
public static EngineType 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210