Package allurium.operators
Class ElementsInvoker
java.lang.Object
allurium.operators.ElementsInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Method search not instanced elements with @LocatorChain in marked @PageObject or @Widget entities and makes a new instance of themstatic void
Method search not instanced elements with @ListItemLocator within lists and tryies to make an instance.static void
Method search not instanced elements in marked @PageObject or @Widget entities and makes a new instance of widget with no argument constructor()
-
Constructor Details
-
ElementsInvoker
public ElementsInvoker()
-
-
Method Details
-
invokeNotInstancedElements
Method search not instanced elements in marked @PageObject or @Widget entities and makes a new instance of widget with no argument constructor()- Parameters:
obj
-- Throws:
IllegalAccessException
-
invokeElementsWithChainedLocators
Method search not instanced elements with @LocatorChain in marked @PageObject or @Widget entities and makes a new instance of them- Parameters:
obj
-- Throws:
IllegalAccessException
-
invokeElementsWithLocatorsWithinList
Method search not instanced elements with @ListItemLocator within lists and tryies to make an instance.- Parameters:
obj
-- Throws:
IllegalAccessException
-