Package allurium.operators
Class LocatorBuilder
java.lang.Object
allurium.operators.LocatorBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
applyListItemLocatorForListWC
(org.aspectj.lang.JoinPoint joinPoint, Iterable<Field> fields) static void
static void
static void
-
Constructor Details
-
LocatorBuilder
public LocatorBuilder()
-
-
Method Details
-
buildRootForInstantiatedElements
public static void buildRootForInstantiatedElements(Object obj) throws IllegalAccessException, LocatorByException -
buildRootForChainedInstantiatedElement
public static void buildRootForChainedInstantiatedElement(Object obj) throws LocatorByException, IllegalAccessException -
buildLocatorForElementsInLists
public static void buildLocatorForElementsInLists(Object obj) throws LocatorByException, IllegalAccessException -
applyListItemLocatorForListWC
public static void applyListItemLocatorForListWC(org.aspectj.lang.JoinPoint joinPoint, Iterable<Field> fields) throws LocatorByException, IllegalAccessException -
applyListItemLocatorChainForListWC
- Throws:
Exception
-