
com.applitools.eyes.selenium.capture.ISizeAdjuster Maven / Gradle / Ivy
package com.applitools.eyes.selenium.capture;
import com.applitools.eyes.RectangleSize;
import com.applitools.eyes.Region;
public interface ISizeAdjuster {
Region adjustRegion(Region inputRegion, RectangleSize deviceLogicalViewportSize);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy