All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.eyes.selenium.capture.ISizeAdjuster Maven / Gradle / Ivy

There is a newer version: 5.73.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy