public class PositionBasedIdentificatorWeb extends PositionBasedIdentificator
| Constructor and Description |
|---|
PositionBasedIdentificatorWeb() |
| Modifier and Type | Method and Description |
|---|---|
static DomElement |
elementImmediatelyToTheRightOfText(String text,
WebInteractionMethods web) |
static WebElementList |
fromAllElementsInTheSameContainerObjectAs(DomElement domElement,
WebInteractionMethods web) |
static WebElementList |
fromAllElementsInTheSameContainerObjectAsElementWithText(String text,
WebInteractionMethods web) |
static WebElementList |
fromAllSubElementsOf(DomElement domElement,
WebInteractionMethods web) |
static WebElementList |
fromAllSubElementsOfElementWithText(String text,
WebInteractionMethods web) |
static DomElement |
subElementOfOtherElement(DomElement parentElement,
DomElement childElement,
WebInteractionMethods web) |
static DomElement |
visibleElementImmediatelyToTheRightOfText(String text,
WebInteractionMethods web) |
fromAllSubElementsOf, fromAllTheElements, fromAllTheElements, fromAllTheElements, fromAllThePositionBasedElementspublic static WebElementList fromAllSubElementsOf(DomElement domElement, WebInteractionMethods web)
public static DomElement subElementOfOtherElement(DomElement parentElement, DomElement childElement, WebInteractionMethods web)
public static WebElementList fromAllSubElementsOfElementWithText(String text, WebInteractionMethods web)
public static WebElementList fromAllElementsInTheSameContainerObjectAs(DomElement domElement, WebInteractionMethods web)
public static WebElementList fromAllElementsInTheSameContainerObjectAsElementWithText(String text, WebInteractionMethods web)
public static DomElement elementImmediatelyToTheRightOfText(String text, WebInteractionMethods web)
public static DomElement visibleElementImmediatelyToTheRightOfText(String text, WebInteractionMethods web)
Copyright © 2019. All rights reserved.