Class ProcessorConfig

java.lang.Object
com.epam.healenium.config.ProcessorConfig

public class ProcessorConfig extends Object
Main purpose - create chain of corresponding processors for each case (findElement/findElements)
  • Constructor Details

    • ProcessorConfig

      public ProcessorConfig()
  • Method Details

    • findElementChainProcessor

      public static BaseProcessor findElementChainProcessor()
    • findElementsChainProcessor

      public static BaseProcessor findElementsChainProcessor()
    • findChildElementChainProcessor

      public static BaseProcessor findChildElementChainProcessor()
    • findChildElementsChainProcessor

      public static BaseProcessor findChildElementsChainProcessor()