Package com.epam.healenium.service
Class NodeService
- java.lang.Object
-
- com.epam.healenium.service.NodeService
-
public class NodeService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.WebDriverdriver
-
Constructor Summary
Constructors Constructor Description NodeService(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.epam.healenium.treecomparing.Node>getNodePath(org.openqa.selenium.WebElement webElement)build list nodes by source webElement
-
-
-
Method Detail
-
getNodePath
public List<com.epam.healenium.treecomparing.Node> getNodePath(org.openqa.selenium.WebElement webElement)
build list nodes by source webElement- Parameters:
webElement- - source element- Returns:
- - list path nodes
-
-