public class WebElementList extends ElementsList
elementsatTheSameHeightAs, atTheSameHeightAs, elementImmediatelyToTheLeftOf, elementImmediatelyToTheRightOf, keepElementsAbove, keepElementsBelow, keepElementsToTheLeftOf, keepElementsToTheRightOfpublic WebElementList keepOnlyElementsWithText()
public WebElementList keepOnlyVisibleElements()
public WebElementList keepElementsOfType(String typeName)
keepElementsOfType in class ElementsListpublic WebElementList keepElementsToTheRightOf(DomElement domElement, WebInteractionMethods web)
public WebElementList keepElementsToTheLeftOf(DomElement domElement, WebInteractionMethods web)
public WebElementList keepElementsAbove(DomElement domElement, WebInteractionMethods web)
public WebElementList keepElementsBelow(DomElement domElement, WebInteractionMethods web)
public WebElementList keepElementsToTheRightOf(String elementText, WebInteractionMethods web)
public WebElementList keepElementsToTheLeftOf(String elementText, WebInteractionMethods web)
public WebElementList keepElementsAbove(String elementText, WebInteractionMethods web)
public WebElementList keepElementsBelow(String elementText, WebInteractionMethods web)
public WebElementList atTheSameHightAs(DomElement domElement, WebInteractionMethods web)
public WebElementList atTheSameHeightAs(DomElement domElement, WebInteractionMethods web, int marginPixelsAbove, int marginPixelsBelow)
public WebElementList atTheSameHightAs(String elementText, WebInteractionMethods web)
public WebElementList atTheSameHeightAs(String elementText, WebInteractionMethods web, int marginPixelsAbove, int marginPixelsBelow)
public PositionBasedGuiElement theObjectMostToTheRight()
theObjectMostToTheRight in class ElementsListpublic PositionBasedGuiElement theObjectMostToTheLeft()
theObjectMostToTheLeft in class ElementsListpublic PositionBasedGuiElement theObjectMostToTheTop()
theObjectMostToTheTop in class ElementsListpublic PositionBasedGuiElement theObjectMostToTheBottom()
theObjectMostToTheBottom in class ElementsListpublic PositionBasedGuiElement theOnlyElementThatShouldBeLeft()
theOnlyElementThatShouldBeLeft in class ElementsListpublic DomElement elementImmediatelyToTheRightOf(DomElement domElement, WebInteractionMethods web)
public DomElement elementImmediatelyToTheLeftOf(DomElement domElement, WebInteractionMethods web)
public String toString()
toString in class ElementsListCopyright © 2019. All rights reserved.