WebElementList |
WebElementList.atTheSameHeightAs(DomElement domElement,
WebInteractionMethods web,
int marginPixelsAbove,
int marginPixelsBelow) |
WebElementList |
WebElementList.atTheSameHeightAs(String elementText,
WebInteractionMethods web,
int marginPixelsAbove,
int marginPixelsBelow) |
WebElementList |
WebElementList.atTheSameHightAs(DomElement domElement,
WebInteractionMethods web) |
WebElementList |
WebElementList.atTheSameHightAs(String elementText,
WebInteractionMethods web) |
DomElement |
WebElementList.elementImmediatelyToTheLeftOf(DomElement domElement,
WebInteractionMethods web) |
DomElement |
WebElementList.elementImmediatelyToTheRightOf(DomElement domElement,
WebInteractionMethods web) |
static DomElement |
PositionBasedIdentificatorWeb.elementImmediatelyToTheRightOfText(String text,
WebInteractionMethods web) |
static WebElementList |
PositionBasedIdentificatorWeb.fromAllElementsInTheSameContainerObjectAs(DomElement domElement,
WebInteractionMethods web) |
static WebElementList |
PositionBasedIdentificatorWeb.fromAllElementsInTheSameContainerObjectAsElementWithText(String text,
WebInteractionMethods web) |
static WebElementList |
PositionBasedIdentificatorWeb.fromAllSubElementsOf(DomElement domElement,
WebInteractionMethods web) |
static WebElementList |
PositionBasedIdentificatorWeb.fromAllSubElementsOfElementWithText(String text,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsAbove(DomElement domElement,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsAbove(String elementText,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsBelow(DomElement domElement,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsBelow(String elementText,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsToTheLeftOf(DomElement domElement,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsToTheLeftOf(String elementText,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsToTheRightOf(DomElement domElement,
WebInteractionMethods web) |
WebElementList |
WebElementList.keepElementsToTheRightOf(String elementText,
WebInteractionMethods web) |
static DomElement |
PositionBasedIdentificatorWeb.subElementOfOtherElement(DomElement parentElement,
DomElement childElement,
WebInteractionMethods web) |
static DomElement |
PositionBasedIdentificatorWeb.visibleElementImmediatelyToTheRightOfText(String text,
WebInteractionMethods web) |