com.applitools.eyes.RegionVisibilityStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-selenium-java-jersey1x-sf2_48_2 Show documentation
Show all versions of eyes-selenium-java-jersey1x-sf2_48_2 Show documentation
Applitools Eyes SDK for Selenium Java WebDriver
The newest version!
package com.applitools.eyes;
/**
* Encapsulates implementations for providing region visibility during
* checkRegion.
*/
interface RegionVisibilityStrategy {
void moveToRegion(PositionProvider positionProvider, Location location);
void returnToOriginalPosition(PositionProvider positionProvider);
}