Package com.epam.healenium.config
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 Summary
Constructors Constructor Description ProcessorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseProcessorfindChildElementChainProcessor()BaseProcessorfindChildElementsChainProcessor()BaseProcessorfindElementChainProcessor()BaseProcessorfindElementsChainProcessor()
-
-
-
Method Detail
-
findElementChainProcessor
public BaseProcessor findElementChainProcessor() throws InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException
-
findElementsChainProcessor
public BaseProcessor findElementsChainProcessor() throws InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException
-
findChildElementChainProcessor
public BaseProcessor findChildElementChainProcessor() throws InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException
-
findChildElementsChainProcessor
public BaseProcessor findChildElementsChainProcessor() throws InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException
-
-