Package com.applitools.eyes
Class TargetPath
- java.lang.Object
-
- com.applitools.eyes.TargetPath
-
public class TargetPath extends Object
-
-
Constructor Summary
Constructors Constructor Description TargetPath()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegionLocatorregion(String selector)static RegionLocatorregion(org.openqa.selenium.By by)static RegionLocatorregion(org.openqa.selenium.WebElement element)static ShadowDomLocatorshadow(String selector)static ShadowDomLocatorshadow(org.openqa.selenium.By by)static ShadowDomLocatorshadow(org.openqa.selenium.WebElement element)
-
-
-
Method Detail
-
region
public static RegionLocator region(org.openqa.selenium.By by)
-
region
public static RegionLocator region(org.openqa.selenium.WebElement element)
-
region
public static RegionLocator region(String selector)
-
shadow
public static ShadowDomLocator shadow(org.openqa.selenium.By by)
-
shadow
public static ShadowDomLocator shadow(org.openqa.selenium.WebElement element)
-
shadow
public static ShadowDomLocator shadow(String selector)
-
-