Package | Description |
---|---|
com.coveros.selenified | |
com.coveros.selenified.application | |
com.coveros.selenified.element |
Modifier and Type | Method and Description |
---|---|
static Locator |
Locator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locator[] |
Locator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Element |
App.newElement(Locator type,
String locator)
setups a new element which is located on the page
|
Element |
App.newElement(Locator type,
String locator,
int match)
setups a new element which is located on the page
|
Modifier and Type | Method and Description |
---|---|
Locator |
Element.getType()
Retrieves the Locator set for this element
|
Constructor and Description |
---|
Element(org.openqa.selenium.WebDriver driver,
OutputFile file,
Locator type,
String locator)
Sets up the element object.
|
Element(org.openqa.selenium.WebDriver driver,
OutputFile file,
Locator type,
String locator,
int match)
Sets up the element object.
|
Copyright © 2017. All rights reserved.