Uses of Class
com.applitools.eyes.selenium.TargetPathLocator
-
Packages that use TargetPathLocator Package Description com.applitools.eyes.selenium com.applitools.eyes.selenium.fluent com.applitools.eyes.selenium.universal.mapper -
-
Uses of TargetPathLocator in com.applitools.eyes.selenium
Subclasses of TargetPathLocator in com.applitools.eyes.selenium Modifier and Type Class Description classFrameLocatorframe locatorclassRegionLocatorregion locatorclassShadowDomLocatorshadow dom locatorFields in com.applitools.eyes.selenium declared as TargetPathLocator Modifier and Type Field Description protected TargetPathLocatorTargetPathLocator. parentMethods in com.applitools.eyes.selenium that return TargetPathLocator Modifier and Type Method Description TargetPathLocatorTargetPathLocator. getParent()Constructors in com.applitools.eyes.selenium with parameters of type TargetPathLocator Constructor Description RegionLocator(TargetPathLocator locator, PathNodeValue value)ShadowDomLocator(TargetPathLocator parent, PathNodeValue value)TargetPathLocator(TargetPathLocator parent, PathNodeValue value) -
Uses of TargetPathLocator in com.applitools.eyes.selenium.fluent
Methods in com.applitools.eyes.selenium.fluent that return TargetPathLocator Modifier and Type Method Description TargetPathLocatorISeleniumCheckTarget. getTargetPathLocator()TargetPathLocatorSeleniumCheckSettings. getTargetPathLocator()Methods in com.applitools.eyes.selenium.fluent with parameters of type TargetPathLocator Modifier and Type Method Description SeleniumCheckSettingsSeleniumCheckSettings. region(TargetPathLocator targetPathLocator)static SeleniumCheckSettingsTarget. region(TargetPathLocator targetPathLocator)Specify the target as a region.Constructors in com.applitools.eyes.selenium.fluent with parameters of type TargetPathLocator Constructor Description SeleniumCheckSettings(TargetPathLocator targetLocator) -
Uses of TargetPathLocator in com.applitools.eyes.selenium.universal.mapper
Methods in com.applitools.eyes.selenium.universal.mapper with parameters of type TargetPathLocator Modifier and Type Method Description static TargetPathLocatorDtoTargetPathLocatorMapper. toTargetPathLocatorDto(TargetPathLocator locator)
-