Package | Description |
---|---|
org.imaginea.test.automation.framework.dom | |
org.imaginea.test.automation.framework.locator |
Modifier and Type | Method and Description |
---|---|
EWebElement |
EWebElement.child()
Get immediate child of current web element
|
EWebElement |
EWebElement.children()
Get the children of current node in list .
|
EWebElement |
EWebElement.childrenUntil(String xpathExpression)
Get the children of the current elements, up to the matched element.
|
EWebElement |
EWebElement.closest(String xpathSelector)
For each element in the set, get the first element that matches the
selector by testing the element itself and traversing up through its
ancestors in the DOM tree.
|
EWebElement |
EWebElement.filter(Filter... filters)
Filters the elements stored inside this EWebElement based on given filters
|
EWebElement |
EWebElement.find(org.openqa.selenium.By by)
Get the descendants of each element in the current set of matched
elements using the given By locator.
|
EWebElement |
EWebElement.find(String cssSelector)
Get the descendants of each element in the current set of matched
elements.
|
EWebElement |
EWebElement.firstEWebElement()
Gets first extended eWeblement
|
EWebElement |
EWebElement.immediateChildren()
Get immediate children of first WebElement stored in the EWebElement
|
EWebElement |
EWebElement.lastEWebElement()
Return the extended webelement for the last webelement in the said EWebelement
|
EWebElement |
EWebElement.next()
Get the immediately following sibling.
|
EWebElement |
EWebElement.nextAll()
Get all following siblings of each element in the set of matched
elements.
|
EWebElement |
EWebElement.nextUntil(String xpathExpression)
Get all following siblings of each element up to .
|
EWebElement |
EWebElement.nthEWebElement(int index)
Get extended webelement for the webelement present at the given index
|
EWebElement |
EWebElement.parent()
Get immediate parent of current web element
|
EWebElement |
EWebElement.parents()
Get the all parents of current node in list .
|
EWebElement |
EWebElement.parentsUntil(String xpathExpression)
Get the ancestors of the current elements, up to the matched element.
|
EWebElement |
EWebElement.prev()
Get the immediately preceding sibling.
|
EWebElement |
EWebElement.prevAll()
Get all preceding siblings of each element in the set of matched
elements.
|
EWebElement |
EWebElement.prevUntil(String xpathExpression)
Get all preceding siblings of each element up to .
|
EWebElement |
EWebElement.siblings()
Get all sibling of current element .
|
Modifier and Type | Method and Description |
---|---|
protected EWebElement |
CustomFieldDecorator.proxyForEWebElement(ClassLoader loader,
org.openqa.selenium.support.pagefactory.ElementLocator locator)
Return eWebelement object
|
Copyright © 2014. All rights reserved.