com.applitools.eyes.selenium.positioning.RegionPositionCompensation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-selenium-common-java5 Show documentation
Show all versions of eyes-selenium-common-java5 Show documentation
Applitools Eyes SDK base for Java
package com.applitools.eyes.selenium.positioning;
import com.applitools.eyes.Region;
public interface RegionPositionCompensation {
Region compensateRegionPosition(Region region, double pixelRatio);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy