Class ElementsInvoker

java.lang.Object
allurium.operators.ElementsInvoker

public class ElementsInvoker extends Object
  • Constructor Details

    • ElementsInvoker

      public ElementsInvoker()
  • Method Details

    • invokeNotInstancedElements

      public static void invokeNotInstancedElements(Object obj) throws IllegalAccessException
      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

      public static void invokeElementsWithChainedLocators(Object obj) throws IllegalAccessException
      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

      public static void invokeElementsWithLocatorsWithinList(Object obj) throws IllegalAccessException
      Method search not instanced elements with @ListItemLocator within lists and tryies to make an instance.
      Parameters:
      obj -
      Throws:
      IllegalAccessException