Uses of Class
com.epam.healenium.SelectorComponent
-
Packages that use SelectorComponent Package Description com.epam.healenium com.epam.healenium.service -
-
Uses of SelectorComponent in com.epam.healenium
Methods in com.epam.healenium that return SelectorComponent Modifier and Type Method Description static SelectorComponentSelectorComponent. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectorComponent[]SelectorComponent. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SelectorComponent in com.epam.healenium.service
Method parameters in com.epam.healenium.service with type arguments of type SelectorComponent Modifier and Type Method Description protected org.openqa.selenium.ByHealingService. construct(com.epam.healenium.treecomparing.Node node, Set<SelectorComponent> detailLevel)construct cssSelector by Node
-