Package com.applitools.eyes.selenium
Class TargetPathLocator
- java.lang.Object
-
- com.applitools.eyes.selenium.TargetPathLocator
-
- Direct Known Subclasses:
FrameLocator,RegionLocator,ShadowDomLocator
public class TargetPathLocator extends Object
target path locator
-
-
Field Summary
Fields Modifier and Type Field Description protected TargetPathLocatorparentprotected PathNodeValuevalue
-
Constructor Summary
Constructors Constructor Description TargetPathLocator()TargetPathLocator(TargetPathLocator parent, PathNodeValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetPathLocatorgetParent()PathNodeValuegetValue()
-
-
-
Field Detail
-
parent
protected TargetPathLocator parent
-
value
protected PathNodeValue value
-
-
Constructor Detail
-
TargetPathLocator
public TargetPathLocator()
-
TargetPathLocator
public TargetPathLocator(TargetPathLocator parent, PathNodeValue value)
-
-
Method Detail
-
getValue
public PathNodeValue getValue()
-
getParent
public TargetPathLocator getParent()
-
-