public enum InternalObjectsEnum extends Enum<InternalObjectsEnum>
| Enum Constant and Description |
|---|
Engine
instance of engine operating over HTML pages
|
Object
Object for internal use in some HTML-related classes
It is accessible through @AbstractHtmlDriver.getInternalObject() method
|
WebDriver
Web Driver (Selenium web drivers, PhantomJS web driver, Appium driver)
|
| Modifier and Type | Method and Description |
|---|---|
static InternalObjectsEnum |
getEnum(String name) |
static InternalObjectsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalObjectsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalObjectsEnum Engine
public static final InternalObjectsEnum WebDriver
public static final InternalObjectsEnum Object
public static InternalObjectsEnum[] values()
for (InternalObjectsEnum c : InternalObjectsEnum.values()) System.out.println(c);
public static InternalObjectsEnum 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 static InternalObjectsEnum getEnum(String name)
Copyright © 2017 Axway Software. All rights reserved.