com.applitools.eyes.selenium.positioning.ScrollPositionProvider 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.positioning.PositionProvider;
import org.openqa.selenium.WebElement;
public interface ScrollPositionProvider extends PositionProvider {
void setPosition(WebElement element);
}