com.applitools.eyes.selenium.RegionLocator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-selenium-java5 Show documentation
Show all versions of eyes-selenium-java5 Show documentation
Applitools Eyes SDK for Selenium Java WebDriver
The newest version!
package com.applitools.eyes.selenium;
/**
* region locator
*/
public class RegionLocator extends TargetPathLocator {
public RegionLocator(TargetPathLocator locator, PathNodeValue value) {
super(locator, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy